use suggested project layout from: https://plainvanillaweb.com/pages/sites.html
This commit is contained in:
parent
2d4ac41cfa
commit
eea8e10cab
10 changed files with 49 additions and 45 deletions
7
public/styles/variables.css
Normal file
7
public/styles/variables.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
:root {
|
||||
--color: #d9d9d9;
|
||||
--background-color: #000;
|
||||
--link-color: #00a2e7;
|
||||
--visited-link-color: #ca1a70;
|
||||
--hover-link-color: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue