feat: new colour

This commit is contained in:
2024-06-27 13:11:37 -07:00
parent 523c7632ad
commit c069d9cd7b
6 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
pointer-events: none;
height: 250px;
width: 250px;
background: radial-gradient(circle, #00eeffaa 0%, #00eeff00 50%);
background: radial-gradient(circle, #abfcecaa 0%, #00eeff00 50%);
background-repeat: no-repeat;
background-position: center;
}

View File

@ -60,13 +60,13 @@ hr {
.hypothetical .info hr,
.hypothetical a,
.hypothetical a:visited {
color: white;
border-color: white;
color: #abfcec;
border-color: #abfcec;
border-style: dotted;
}
.hypothetical.icon {
color: white;
color: #abfcec;
}
.current .info,
@ -83,8 +83,8 @@ hr {
.former a,
.former a:visited,
.former.icon {
color: #b48cff;
border-color: #b48cff;
color: #ff94fd;
border-color: #ff94fd;
}
.date,