feat: new colour

This commit is contained in:
Naomi Carrigan 2024-06-27 13:11:37 -07:00
parent 523c7632ad
commit c069d9cd7b
No known key found for this signature in database
GPG Key ID: 7019A402E94A9808
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,

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="45.6871mm" height="8.8199mm" viewBox="0 0 259 50">
<path id="Selection" fill="#ff94fd" stroke="black" stroke-width="1" stroke-opacity="0" d="M 0.00,0.00
<path id="Selection" fill="#abfcec" stroke="black" stroke-width="1" stroke-opacity="0" d="M 0.00,0.00
C 6.77,0.00 19.27,-1.03 24.99,2.05
36.43,8.22 39.43,26.63 26.99,35.15
19.43,40.32 8.80,39.00 0.00,39.00

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="0.326667in" height="0.333333in" viewBox="0 0 98 100">
<path id="Selection" fill="#ff94fd" stroke="black" stroke-width="1" stroke-opacity="0" d="M 43.00,72.00
<path id="Selection" fill="#abfcec" stroke="black" stroke-width="1" stroke-opacity="0" d="M 43.00,72.00
C 43.00,78.52 44.63,91.02 39.77,95.72
36.51,98.89 22.15,101.16 18.99,97.26
17.75,95.72 18.00,91.94 18.00,90.00

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,6 +1,6 @@
:root {
--bg: #000c0f;
--text: #ff94fd;
--text: #abfcec;
}
@font-face {