diff options
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | style.css | 8 |
2 files changed, 1 insertions, 9 deletions
@@ -212,7 +212,7 @@ ${publish-org-roam-ui.packages.${system}.default}/bin/build-org-roam-graph \ mkdir -p $out/fonts cp -L ${pkgs.lora}/share/fonts/truetype/*.ttf $out/fonts/ -cp -L ${pkgs.inconsolata}/share/fonts/truetype/*.ttf $out/fonts/ +cp -L ${pkgs.inconsolata}/share/fonts/truetype/inconsolata/*.ttf $out/fonts cp -r $HOME/website_html/. $out/ cp ${installer-iso}/iso/*.iso $out/installer.iso @@ -87,9 +87,6 @@ input { } } -/* ----------------------------------------------- */ -/* Various classes for messages of different kinds */ -/* ----------------------------------------------- */ .isa_info, .isa_success, .isa_warning, @@ -155,9 +152,6 @@ mjx-container[jax="CHTML"] { text-align: left !important; } -/* --------------------------------------------- */ -/* Bold hover animations on links and clickables */ -/* --------------------------------------------- */ a { cursor: pointer; color: var(--link-color); @@ -197,14 +191,12 @@ a { display: block; font-size: 15px; - /* Standard state: Dark text, transparent background */ &, &:visited { color: var(--text-main); background-color: transparent; text-decoration: none; } - /* Hover state: Invert it so it highlights beautifully! */ &:hover, &:visited:hover { color: var(--bg-main); background-color: var(--text-main); |
