core: test h1 idea

This commit is contained in:
Trianta
2024-12-09 23:11:54 -06:00
parent c49a4081f5
commit 6f2461ad5b
2 changed files with 7 additions and 13 deletions
+6 -12
View File
@@ -1,14 +1,7 @@
/*
* base text: #006A67
* important text: #FFF4B7
* first background: #000B58
* second background: #003161
*/
/*
* base text: #06CDFF
* important text: #301E67
* first background: #03001C
* second background: #
* background: #03001C
*/
body {
@@ -90,12 +83,13 @@ h1 {
}
h2 {
width: 400px;
text-align: center;
margin: auto;
padding: 8px;
background: #03001C;
border-radius: 24px;
color: #03001C;
margin: auto;
padding: 8px;
text-align: center;
width: 400px;
}
h3 {