generated from nhcarrigan/template
feat: new colour
This commit is contained in:
parent
523c7632ad
commit
c069d9cd7b
@ -4,7 +4,7 @@
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: radial-gradient(circle, #00eeffaa 0%, #00eeff00 50%);
|
background: radial-gradient(circle, #abfcecaa 0%, #00eeff00 50%);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
@ -60,13 +60,13 @@ hr {
|
|||||||
.hypothetical .info hr,
|
.hypothetical .info hr,
|
||||||
.hypothetical a,
|
.hypothetical a,
|
||||||
.hypothetical a:visited {
|
.hypothetical a:visited {
|
||||||
color: white;
|
color: #abfcec;
|
||||||
border-color: white;
|
border-color: #abfcec;
|
||||||
border-style: dotted;
|
border-style: dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hypothetical.icon {
|
.hypothetical.icon {
|
||||||
color: white;
|
color: #abfcec;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current .info,
|
.current .info,
|
||||||
@ -83,8 +83,8 @@ hr {
|
|||||||
.former a,
|
.former a,
|
||||||
.former a:visited,
|
.former a:visited,
|
||||||
.former.icon {
|
.former.icon {
|
||||||
color: #b48cff;
|
color: #ff94fd;
|
||||||
border-color: #b48cff;
|
border-color: #ff94fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.date,
|
.date,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
"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">
|
<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
|
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
|
36.43,8.22 39.43,26.63 26.99,35.15
|
||||||
19.43,40.32 8.80,39.00 0.00,39.00
|
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 |
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
"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">
|
<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
|
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
|
36.51,98.89 22.15,101.16 18.99,97.26
|
||||||
17.75,95.72 18.00,91.94 18.00,90.00
|
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 |
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--bg: #000c0f;
|
--bg: #000c0f;
|
||||||
--text: #ff94fd;
|
--text: #abfcec;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user