diff options
| author | uvok cheetah | 2025-11-03 20:16:40 +0100 | 
|---|---|---|
| committer | uvok cheetah | 2025-11-03 20:16:40 +0100 | 
| commit | 2edf3275314648f299c241aeae0874ecf44b2cf3 (patch) | |
| tree | b069a52e7120272c3c436781d617eb4f056e744d | |
| parent | 23687a2c6470484b6e454e5ef182be675c66ae4b (diff) | |
| -rw-r--r-- | assets/main.scss | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/main.scss b/assets/main.scss index ae545cc..b5f2fa5 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -2,6 +2,10 @@  # Only the main Sass file needs front matter (the dashes are enough)  --- +/* +PUSH CSS VERSION! +*/ +  $grey-color:       #424242;  $brand-color:      hsla(214, 84%, 47%, 1); @@ -83,3 +87,7 @@ hr.postsep {  .hidden {    display: none;  } + +/* +PUSH CSS VERSION! +*/  | 
