mirror of
https://github.com/danbee/persephone-web.git
synced 2025-03-04 08:39:07 +00:00
Colours and sharper screenshots
This commit is contained in:
parent
1ae649f2f7
commit
b7cdb78688
Binary file not shown.
|
Before Width: | Height: | Size: 407 KiB After Width: | Height: | Size: 476 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 468 KiB |
@ -1,8 +1,8 @@
|
||||
$light-color: white;
|
||||
$dark-color: #181818;
|
||||
|
||||
$light-link-color: #253FA1;
|
||||
$dark-link-color: #75B3ED;
|
||||
$light-link-color: #0050B3;
|
||||
$dark-link-color: #80C6FF;
|
||||
|
||||
body {
|
||||
background-color: $light-color;
|
||||
@ -56,7 +56,7 @@ a {
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: rgba($dark-color, 0.6);
|
||||
color: lighten($light-link-color, 20%);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@ -64,7 +64,7 @@ a {
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: rgba($light-color, 0.6);
|
||||
color: lighten($dark-link-color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user