Skip to content

Commit

Permalink
Merge branch 'new-design'
Browse files Browse the repository at this point in the history
  • Loading branch information
Silas Gyger committed Jun 16, 2023
2 parents 3e5a14a + cbd94a0 commit 7abaee1
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@

/* Vars */
:root {
--textColour: #ffffff;
--textColour: #c3c3c3;
--blue: #05aff2;
--grey2: #1d1f27;
--grey3: #272934;
--grey4: #2c2e3b;
--grey5: #313341;
--grey6: rgba(255, 255, 255, 0.4);
--grey7: rgba(255, 255, 255, 0.5);
--grey8: rgba(255, 255, 255, 0.6);
--grey9: rgba(255, 255, 255, 0.8);
--brighter: #313341aa;
--grey2: #181818;
--grey3: #202020;
--grey4: #292929;
--grey5: #454545;
--grey6: #505050;
--grey7: #606060;
--grey8: #707070;
--grey9: #aaa;
--brighter: #2E2E2E;
}

/* Body */
Expand Down Expand Up @@ -301,7 +301,12 @@ a.reference.internal:hover {
.toctree-l3>a.reference.internal {
background-color: var(--grey3) !important;
border: 0 !important;
color: var(--grey8) !important;
color: var(--grey9) !important;
}

li.toctree-l4>a.reference.internal {
background-color: var(--grey4) !important;
border: 0 !important;
}

* {
Expand Down Expand Up @@ -413,3 +418,7 @@ pre,
text-align: center;
}

img {
border-radius: 5px;
box-shadow: 0px 2px 5px var(--grey2);
}

0 comments on commit 7abaee1

Please sign in to comment.