generated from nhcarrigan/template
feat: new colour
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user