parent
a31c09c2d7
commit
60e0e5ede5
Binary file not shown.
|
@ -6,6 +6,11 @@
|
||||||
src: url("../fonts/GitLabSans.otf");
|
src: url("../fonts/GitLabSans.otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "JetBrains Mono";
|
||||||
|
src: url("../fonts/JetBrainsMono-Regular.woff2");
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--base03: #002b36;
|
--base03: #002b36;
|
||||||
--base02: #073642;
|
--base02: #073642;
|
||||||
|
@ -77,7 +82,7 @@ a:hover, a:active {
|
||||||
color: var(--red);
|
color: var(--red);
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-menu a, th a:link, a.root {
|
#top-menu a, th a:link, a.root, #header a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -110,21 +115,30 @@ table td {
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help::before {
|
table.filecontent tbody,
|
||||||
|
table.filecontent td.line-code div,
|
||||||
|
table.filecontent td.line-code pre {
|
||||||
|
font-family: "JetBrains Mono", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
#top-menu .help::before {
|
||||||
content: "❔ ";
|
content: "❔ ";
|
||||||
}
|
}
|
||||||
.administration::before {
|
#top-menu .administration::before {
|
||||||
content: "⚙ ";
|
content: "⚙ ";
|
||||||
}
|
}
|
||||||
.projects::before {
|
#top-menu .projects::before {
|
||||||
content: "🌱 ";
|
content: "🌱 ";
|
||||||
}
|
}
|
||||||
.my-page::before {
|
#top-menu .my-page::before {
|
||||||
content: "👤 ";
|
content: "👤 ";
|
||||||
}
|
}
|
||||||
.home::before {
|
#topmenu .home::before {
|
||||||
content: "🏠 ";
|
content: "🏠 ";
|
||||||
}
|
}
|
||||||
|
#main-menu .projects::before {
|
||||||
|
content: "🌱 ";
|
||||||
|
}
|
||||||
#main-menu .overview::before {
|
#main-menu .overview::before {
|
||||||
content: "👀 ";
|
content: "👀 ";
|
||||||
}
|
}
|
||||||
|
@ -161,3 +175,13 @@ table td {
|
||||||
#main-menu .settings::before {
|
#main-menu .settings::before {
|
||||||
content: "⚙ ";
|
content: "⚙ ";
|
||||||
}
|
}
|
||||||
|
#main-menu .repository::before {
|
||||||
|
content: "💻 ";
|
||||||
|
}
|
||||||
|
#main-menu .projects::before {
|
||||||
|
content: "🌱 ";
|
||||||
|
}
|
||||||
|
|
||||||
|
svg.header-logo {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue