mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
feat!: site refresh + dependency update
This commit is contained in:
@@ -88,8 +88,26 @@ textarea
|
||||
@include formBase;
|
||||
}
|
||||
|
||||
.hl
|
||||
{
|
||||
color: $colorNeutralForegroundInverted;
|
||||
background-color: $colorNeutralBackgroundInverted;
|
||||
padding: $spacingXXS $spacingXXS;
|
||||
|
||||
&::selection
|
||||
{
|
||||
color: $colorNeutralForegroundInverted;
|
||||
background-color: $colorBrandForeground1;
|
||||
}
|
||||
}
|
||||
|
||||
svg
|
||||
{
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
// [SPECIAL] case for 404 page
|
||||
main.not-found + footer > .illustration
|
||||
body:has(.not-found) footer .illustration
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user