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
+2 -2
View File
@@ -3,7 +3,7 @@
/* Site > Elements > Horizontal Rule */
hr {
border-color: #{$color-border-all};
border-color: #{$color-border-hr};
&.subtle, &.hr-subtle {
//background-color: rgba(0,0,0,0) !important;
@@ -41,7 +41,7 @@ hr {
content: '\002702';
display: inline-block;
position: relative;
color: #{$color-border-all};
color: #{$color-border-hr};
font-size: 18px;
top: -8px;
left: 40px;