adding document mode
I've been thinking a lot about the treehouse and I feel like it's time to say goodbye to the tree format.
This commit is contained in:
parent
550c062327
commit
36705e7c1e
31 changed files with 940 additions and 409 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Color scheme. */
|
||||
/* Color scheme */
|
||||
|
||||
:root {
|
||||
--accent-red: #fb4c9e;
|
||||
|
@ -36,6 +36,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
|
||||
:root {
|
||||
--transition-duration: 0.15s;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
:root {
|
||||
--transition-duration: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Reset things to more sensible sizing rules */
|
||||
|
||||
* {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue