Add post about disallowing AI robots
This commit is contained in:
parent
ffd0bfb85f
commit
1f98d50d2d
4 changed files with 66 additions and 11 deletions
|
|
@ -8,6 +8,7 @@
|
|||
:root {
|
||||
--accent: #890b63;
|
||||
--accent-alt: #6b2957;
|
||||
--code-color: #632d55;
|
||||
--text-over-background: #dcdcdc;
|
||||
--fancy-font-stack: BitBold, monospace;
|
||||
--accent-over-background: rgb(62, 249, 138);
|
||||
|
|
@ -17,6 +18,7 @@
|
|||
:root {
|
||||
--accent: rgb(62, 249, 138);
|
||||
--accent-alt: #06cb56;
|
||||
--code-color: #ddfde3;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -78,6 +80,10 @@ a:visited:hover {
|
|||
text-shadow: 0 0 2px #fff, 0 0 8px var(--accent);
|
||||
}
|
||||
|
||||
code {
|
||||
color: var(--code-color);
|
||||
}
|
||||
|
||||
body > nav {
|
||||
align-self: start;
|
||||
grid-row: 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue