forked from ruangrupa/lumbung.space
create color variables
This commit is contained in:
parent
44971b0df0
commit
b2a3b09ce7
@ -1,17 +1,3 @@
|
|||||||
/*nice body-border color combos
|
|
||||||
|
|
||||||
antiquewhite - burlywood
|
|
||||||
peachpuff - tomato
|
|
||||||
lightpink - crimson
|
|
||||||
lightblue - cornflowerblue
|
|
||||||
palegreen - lightseagreen
|
|
||||||
steelblue - aliceblue
|
|
||||||
|
|
||||||
fonts
|
|
||||||
bungeeshade
|
|
||||||
allerta
|
|
||||||
*/
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: BarrioRegular;
|
font-family: BarrioRegular;
|
||||||
src: url(fonts/Barrio_Regular.woff);
|
src: url(fonts/Barrio_Regular.woff);
|
||||||
@ -50,6 +36,18 @@ allerta
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--border-color: tomato;
|
--border-color: tomato;
|
||||||
|
|
||||||
|
--tv-dark: #237D0F;
|
||||||
|
--tv-light: #E2FAD7;
|
||||||
|
|
||||||
|
--pen-dark: #E0005C;
|
||||||
|
--pen-light: #FEDAE9;
|
||||||
|
|
||||||
|
--social-light: #C2E4F2;
|
||||||
|
--social-dark: #0163A4;
|
||||||
|
|
||||||
|
--gallery-light: #FCF4B9;
|
||||||
|
--gallery-dark: #846A00;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Main Stuff*/
|
/*Main Stuff*/
|
||||||
|
Loading…
Reference in New Issue
Block a user