Fix deprecation warning in win95 theme

main
Claire 2024-07-10 17:46:33 +02:00
parent 0d4a8a53d5
commit 959ad1d6be
1 changed files with 1 additions and 2 deletions

View File

@ -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;