Skip to content

Commit

Permalink
style(wiki.nixos.org): 🎨 add trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
orangci committed Sep 18, 2024
1 parent 1a80811 commit f3fc949
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -996,4 +996,4 @@ userstyles:
answer: "It's available in case you have an OLED display. If you have one, you might want to enable this."
current-maintainers: [*isabelroses, *uncenter]
past-maintainers: [*elkrien]
# yaml-language-server: $schema=userstyles.schema.json
# yaml-language-server: $schema=userstyles.schema.json
31 changes: 16 additions & 15 deletions styles/wiki.nixos.org/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -1459,27 +1459,28 @@
border-color: @accent-color;
background: conic-gradient(@text 0, @accent-color 0);
}
pre, .oo-ui-panelLayout-framed {
pre,
.oo-ui-panelLayout-framed {
border-color: @surface0;
}
#vector-page-titlebar-toc-label {
background-color: @mantle;
color: @subtext0 !important;
border-color: @subtext0 !important;
}
tbody * {
background-color: @surface0 !important;
border-color: @surface2 !important;
}
[style*="padding: 0.5em; margin: 0.50em 0; background-color: #C1E5FF; border: thin solid #1D99F3; overflow: hidden;"] {
background-color: @sapphire !important;
color: @mantle !important;
}
[style*="padding: 0.5em; margin: 0.50em 0; background-color: #F6F6F6; border: thin solid #31363B; overflow: hidden;"] {
background-color: @rosewater !important;
color: @mantle !important;
}
tbody * {
background-color: @surface0 !important;
border-color: @surface2 !important;
}

[style*="padding: 0.5em; margin: 0.50em 0; background-color: #C1E5FF; border: thin solid #1D99F3; overflow: hidden;"] {
background-color: @sapphire !important;
color: @mantle !important;
}
[style*="padding: 0.5em; margin: 0.50em 0; background-color: #F6F6F6; border: thin solid #31363B; overflow: hidden;"] {
background-color: @rosewater !important;
color: @mantle !important;
}
}
}

Expand All @@ -1491,4 +1492,4 @@
@mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };
}

// vim:ft=less
// vim:ft=less

0 comments on commit f3fc949

Please sign in to comment.