Compare commits

..

1 commit
dev ... master

Author SHA1 Message Date
13a6d1547a Fixed id fields 2022-02-12 23:32:09 -06:00
2 changed files with 5 additions and 6 deletions

11
public/css/layout.css vendored
View file

@ -1,13 +1,13 @@
/***color definitions***/
:root{
/***light/dark determined from here: https://www.hexcolortool.com/ - convert css to sass files at later date and use built in tools***/
--transparent: rgb(253, 252, 252);
--transparent: #0000;
--primary-bg: #241224aa;/*light blue*/
--primary-bg-offset: #120612aa;/*20% darker*/
--primary-bg-dark: #120612aa;/*10% darker*/
--secondary-bg: #122412aa;/*10% lighter*/
--secondary-bg-opaque: #122412;/*10% lighter*/
--primary-font: #fcf9f9;/*white*/
--primary-font: #aaf;/*white*/
--primary-highlight: #0000df;/*red*/
--primary-highlight-dark: #000064;/*20% darker*/
--secondary-highlight: #f80049;/*orange*/
@ -66,10 +66,9 @@ header {
top: 10px;
}
#banner_text{("/images/banner5.png");
height:20%;
***font-size:10vw;
color: var(--primary-highlight-dark);***
#banner_text{
font-size:10vw;
color: var(--primary-highlight-dark);
}
/***this is placement/style for the right menu***/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB