This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Change full logo to use primary text color of the given theme
Port
20dda5cca0
to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
Eugen Rochko
5 years ago
committed by
ThibG
parent
e433386545
commit
b6f76d1306
2 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/javascript/flavours/glitch/styles/about.scss
+4
-2
app/javascript/flavours/glitch/styles/containers.scss
+ 2
- 1
app/javascript/flavours/glitch/styles/about.scss
View File
@ -662,7 +662,8 @@ $small-breakpoint: 960px;
align-items
:
center
;
padding
:
50px
;
img
{
svg
{
fill
:
$
primary-text-color
;
height
:
52px
;
}
+ 4
- 2
app/javascript/flavours/glitch/styles/containers.scss
View File
@ -21,7 +21,8 @@
justify-content
:
center
;
align-items
:
center
;
img
{
svg
{
fill
:
$
primary-text-color
;
height
:
42px
;
margin-right
:
10px
;
}
@ -258,12 +259,13 @@
display
:
block
;
padding
:
15px
;
im
g
{
sv
g
{
display
:
block
;
height
:
18px
;
width
:
auto
;
position
:
relative
;
bottom
:
-2px
;
fill
:
$
primary-text-color
;
@media
screen
and
(
max-width
:
$no-gap-breakpoint
)
{
height
:
20px
;
Write
Preview
Loading…
Cancel
Save