Compare commits

..

No commits in common. "7909e8f91daa7b3e7881efbfb706a41d5a037d25" and "1ac617402977443132cac78e6200820575ab10b8" have entirely different histories.

View File

@ -10,12 +10,12 @@
:root {
--background-bright: #fdfcfa;
--background: #ecebe9;
--line: rgba(0,0,0,0.1);
--line: #d6d5d3;
--greenlink: #327117;
--greenlink-hover: #47b625;
--link: #286a9d;
--link-hover: #3ea5f3;
--shadow: 8px -5px rgba(0,0,0,0.1);
--shadow: 8px -5px #d6d5d3;
--text: #414040;
--text-code: #a7674e;
}