mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
parent
9433e5dc45
commit
73b0ffa63e
1 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
:root {
|
||||
--text-color: #121212;
|
||||
--header-link-color: #6060f7;
|
||||
--header-link-color: #6666ff;
|
||||
--header-link-hover: #222;
|
||||
--link-color: #1abbb2;
|
||||
--link-color: #17b9b0;
|
||||
--repl-prompt: #0ff4f4;
|
||||
--body-bg: #fff;
|
||||
--code-bg: #e7e7e7;
|
||||
|
@ -148,6 +148,10 @@ h1 {
|
|||
text-shadow: 2px 2px 2px #ddd;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-shadow: 1px 1px 1px #010101
|
||||
}
|
||||
|
||||
h1 a, h2 a, h3 a, h4 a, h5 a {
|
||||
color: var(--header-link-color);
|
||||
}
|
||||
|
@ -260,6 +264,10 @@ h3 {
|
|||
--code-color: #cdcdcd;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
html {
|
||||
scrollbar-color: #444444 #2f2f2f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue