All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
I added the rel=me to the Mastodon link for verification I added profile pics but haven't actually used them on the pages anywhere I pulled in a lot of the CSS from the template so I could start to modify it
11 lines
227 B
SCSS
11 lines
227 B
SCSS
:root {
|
|
--text-0: rgba(255, 255, 255, 87%);
|
|
--text-1: rgba(255, 255, 255, 60%);
|
|
|
|
--bg-0: #121212;
|
|
--bg-1: rgba(255, 255, 255, 5%);
|
|
--bg-2: rgba(23, 23, 23, 100%);
|
|
|
|
--primary-color: #ef5350;
|
|
--hover-color: white;
|
|
} |