Skip to content

Commit

Permalink
Styled hexdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
miyucomics committed Feb 22, 2024
1 parent 6533329 commit 6332c00
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions doc/src/hexdoc_hexical/_templates/index.css.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% include "hexcasting:index.css.jinja" %}

* {
color: #cdd6f4 !important;
border-color: #cdd6f4 !important;
}

body{
background-color: #1e1e2e;
}

::selection {
background: #cba6f7;
}

::-webkit-scrollbar {
display: none;
}

.page-header {
border-bottom: 1px solid #cdd6f4;
}

.navbar, .dropdown-menu {
background-color: #181825;
border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
background-color: #181825;
}

a {
color: #89b4fa !important;
}

a:hover {
color: #b4befe !important;
}

canvas.spell-viz {
--dot-color: #45475a;
--start-dot-color: #f38ba8;
--moving-dot-color: #89b4fa;
--path-color: #6c7086;
--visited-path-color: #b4befe;
--line-scale: 0.05;
--pause-text-scale: 0.25;
--moving-dot-scale: 0.1;
}

0 comments on commit 6332c00

Please sign in to comment.