Compare commits
4 Commits
1724433e0a
...
fbde8dd4b6
Author | SHA1 | Date |
---|---|---|
|
fbde8dd4b6 | |
|
51a04ceabd | |
|
e21098acba | |
|
68d863f00b |
|
@ -1,3 +1,6 @@
|
|||
# Node stuff
|
||||
node_modules
|
||||
|
||||
# Eleventy stuff
|
||||
.env
|
||||
www
|
||||
|
@ -9,4 +12,4 @@ assets
|
|||
content/notes/PISE
|
||||
|
||||
# Imported from Omnivore
|
||||
content/notes/Omnivore
|
||||
content/notes/Omnivore
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -228,6 +228,7 @@
|
|||
"neo-async": "^2.6.2",
|
||||
"nopt": "^5.0.0",
|
||||
"normalize-path": "^3.0.0",
|
||||
"npm": "^9.6.0",
|
||||
"npm-check-updates": "^16.0.5",
|
||||
"nunjucks": "^3.2.3",
|
||||
"object-assign": "^4.1.1",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
box-shadow: var(--little-shadow);
|
||||
}
|
||||
|
||||
#commento-footer {
|
||||
.commento-footer {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -483,6 +483,11 @@ table {
|
|||
background: var(--dark-blue);
|
||||
margin: root.$tiny root.$regular-less;
|
||||
}
|
||||
.banner {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes pulse {
|
||||
|
@ -823,12 +828,6 @@ h4 {
|
|||
}
|
||||
}
|
||||
|
||||
.banner {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#latest-post {
|
||||
position: relative;
|
||||
h2.button {
|
||||
|
|
Loading…
Reference in New Issue