core: change to cyberpunk theme

This commit is contained in:
Trianta 2024-12-09 23:01:42 -06:00
parent 96d0f8ea5b
commit ccd9b38129
2 changed files with 12 additions and 12 deletions

View File

@ -5,15 +5,15 @@
* second background: #003161
*/
/*
* base text: #4F6D7A
* important text: #C0D6DF
* first background: #DD6E42
* second background: #E8DAB2
* base text: #06CDFF
* important text: #301E67
* first background: #03001C
* second background: #
*/
body {
font-family: Arial, sans-serif;
color: #006A67;
color: #06CDFF;
background: #003161;
line-height: 1.5;
margin-inline: auto;
@ -28,7 +28,7 @@ body {
}
.first {
background: #000B58;
background: #003161;
}
.second {
@ -50,8 +50,8 @@ body {
}
.navItem {
color: #006A67;
background-color: #FFF4B7;
color: #06CDFF;
background-color: #301E67;
margin: 6px;
margin-top: 0px;
padding: 8px;
@ -86,7 +86,7 @@ h1 {
max-width: 650px;
text-align: left;
padding: 8px 1.5rem;
color: #FFF4B7;
color: #301E67;
}
h2 {
@ -94,7 +94,7 @@ h2 {
text-align: center;
margin: auto;
padding: 8px;
background: #e6e9ef;
background: #003161;
border-radius: 24px;
}
@ -152,5 +152,5 @@ a.button {
#pong {
margin: 6px;
border-radius: 9px;
background: #494d64;
background: #003161;
}

View File

@ -12,7 +12,7 @@
<a class="navItem" href="https://www.github.com/trimutex">GitHub</a>
<a class="navItem" href="https://lab.trianta.dev/Trianta">Projects</a>
</div>
<span>TRIANTA</span>
<p style="font-size: 5.5rem;">TRIANTA</p>
<h1>An engineer creating solutions on current problems that enhance the future.</h1>
</div>
</div>