mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-31 20:12:55 -05:00
Fix deprecation warning in win95 theme
This commit is contained in:
parent
0d4a8a53d5
commit
959ad1d6be
@ -2503,6 +2503,7 @@ body {
|
|||||||
background: $win95-tooltip-yellow;
|
background: $win95-tooltip-yellow;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
margin-bottom: 24px;
|
||||||
|
|
||||||
h1, h1 small {
|
h1, h1 small {
|
||||||
color:black;
|
color:black;
|
||||||
@ -2510,8 +2511,6 @@ body {
|
|||||||
text-overflow: unset;
|
text-overflow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
margin-bottom: 24px;
|
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
display:block;
|
display:block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user