mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-24 04:11:05 +00:00
Fix the terrible dark mode again
This commit is contained in:
@@ -185,7 +185,6 @@ h2, h3:not(.h5), h4, h5 {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
.btn-icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -217,4 +216,15 @@ h2, h3:not(.h5), h4, h5 {
|
||||
display: flow-root;
|
||||
}
|
||||
|
||||
// SVG Color Inversion
|
||||
.svg-primary {
|
||||
fill: $svg-primary;
|
||||
}
|
||||
.svg-dark {
|
||||
fill: $svg-dark;
|
||||
}
|
||||
.svg-light {
|
||||
fill: $svg-light;
|
||||
}
|
||||
|
||||
@import "sortable";
|
||||
|
Reference in New Issue
Block a user