Added basic theme support for future recoloring

Update .gitignore, border.scss, backgrounds.scss, and 12 more files
This commit is contained in:
2026-05-07 12:47:03 +02:00
parent 04cd1294ef
commit 95ffb881f9
15 changed files with 364 additions and 343 deletions
+9 -9
View File
@@ -5,7 +5,7 @@
/* Site > Text > Commons */
* {
color: #{$color-text-regular-normal};
color: #{$color-text-generic};
}
@@ -21,18 +21,18 @@ p {
a, .a {
// Base
text-decoration: underline;
color: #{$color-link-blue};
color: #{$color-text-link};
& * {
color: #{$color-link-blue};
color: #{$color-text-link};
}
&:hover {
color: #{$color-link-blue-hover};
color: #{$color-text-link-hover};
cursor: pointer;
& * {
color: #{$color-link-blue-hover};
color: #{$color-text-link-hover};
text-decoration: underline;
}
}
@@ -53,18 +53,18 @@ a, .a {
//&.casper-link, &.bland-link {
&.a-hidden {
text-decoration: none;
color: #{$color-text-regular-normal};
color: #{$color-text-generic};
& * {
color: #{$color-text-regular-normal};
color: #{$color-text-generic};
}
&:hover {
text-decoration: underline;
color: #{$color-link-hover};
color: #{$color-text-link-hover};
& * {
color: #{$color-link-hover};
color: #{$color-text-link-hover};
}
// FIXME: Not working, big F