Fix deprecation warning in win95 theme
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…
Reference in New Issue