summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-07 18:29:53 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-07 18:29:53 +0200
commit00203b419fa58d8463b0a6c8f87852aca6bbd142 (patch)
tree829488116d2d1bcb679afd95fe294fee95041448 /assets/css
parentb982508df0c4514544c1c5b0fff2573147d34e67 (diff)
certain icons are colored according to theme
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/blog.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/blog.css b/assets/css/blog.css
index 028e4b9..e4f4bf8 100644
--- a/assets/css/blog.css
+++ b/assets/css/blog.css
@@ -10,6 +10,10 @@
--term-magenta: #b294bb;
--term-cyan: #8abeb7;
--term-white: #b5aba8;
+
+ .filter-yellow{
+ filter: brightness(0) saturate(100%) invert(91%) sepia(86%) saturate(596%) hue-rotate(314deg) brightness(96%) contrast(97%);
+ }
}
[used-theme="light"] {
@@ -23,6 +27,10 @@
--term-magenta: #d52ad2;
--term-cyan: #00dad5;
--term-white: #f3f3f3;
+
+ .filter-yellow {
+ filter: brightness(0) saturate(100%) invert(61%) sepia(18%) saturate(3874%) hue-rotate(6deg) brightness(101%) contrast(101%);
+ }
}
a[class*="theme-selector"] {