mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 13:32:00 -05:00
fix:all_tags
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
:root {
|
||||
--accent: rgb(35,176,255);
|
||||
--accent-alpha-70: rgba(35,176,255,.7);
|
||||
--accent-alpha-20: rgba(35,176,255,.2);
|
||||
|
||||
--accent: rgb(50, 200, 255);
|
||||
--accent-alpha-70: rgba(50,200,255,0.7);
|
||||
--accent-alpha-20: rgba(50,200,255,0.35);
|
||||
--background: #1D212C;
|
||||
--color: white;
|
||||
--color: #E0E6F0;
|
||||
--border-color: rgba(255, 255, 255, .1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user