mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 08:13:40 +00:00
Switch to theme based on Archie
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
filter: invert(80%);
|
||||
}
|
||||
|
||||
html img {
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
|
||||
.container{
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
.site {
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.twitter-tweet-rendered {
|
||||
display:block;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
|
||||
.hanchor {
|
||||
visibility: hidden;
|
||||
color: silver;
|
||||
font-size: 100%;
|
||||
transition: 0.2s;
|
||||
padding-left: 8px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
h2:hover a, h3:hover a, h4:hover a {
|
||||
visibility: visible;
|
||||
text-decoration: none;
|
||||
}
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user