improved colors and fonts
This commit is contained in:
parent
ecf4f5b6d5
commit
c32b972bdb
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
.ratiobtn:checked + .tab {
|
.ratiobtn:checked + .tab {
|
||||||
color: aqua;
|
color: aqua;
|
||||||
background-color: #146d23;
|
background-color: #234177;
|
||||||
transition: border-left-color 500ms;
|
transition: border-left-color 500ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,6 +12,12 @@ body, html, #maincontent {
|
|||||||
/*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/
|
/*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1{
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-family: 'Open Sans', arial, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* general definition of a tile */
|
/* general definition of a tile */
|
||||||
.tile {
|
.tile {
|
||||||
height: 80%;
|
height: 80%;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#preTitle {
|
#preTitle {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
color: #fffd80;
|
color: #78ffd9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepicture {
|
#homepicture {
|
||||||
@ -39,14 +39,17 @@
|
|||||||
|
|
||||||
#titleText {
|
#titleText {
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
|
color: #ced5f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
#subTitleText {
|
#subTitleText {
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
color: #bec1d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#meaningFullSentence {
|
#meaningFullSentence {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
color: #babccd;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* todo maybe a bit weird?? */
|
/* todo maybe a bit weird?? */
|
||||||
|
Loading…
Reference in New Issue
Block a user