Skip to content

Instantly share code, notes, and snippets.

View capthndsme's full-sized avatar
👍

Carlos Daniel Chico capthndsme

👍
View GitHub Profile

Keybase proof

I hereby claim:

  • I am capthndsme on github.
  • I am capthndsme (https://keybase.io/capthndsme) on keybase.
  • I have a public key ASDZKiSE8fO0mt3GrARu3ZlzxCSFZce0JyQeOxxBTw56PQo

To claim this, I am signing this object:

@capthndsme
capthndsme / user.css
Created August 22, 2022 20:02
My attempt in theming OpenWrt's luci-bootstrap-dark theme.
/* Either append this to the end of the cascade.css file or inject it using Stylus or any other styling extensions. */
body {
background: hsl(208, 23%, 13%);
--background-color-high: hsl(208, 23%, 13%);
--background-color-low: hsl(208, 23%, 13%);
--border-color-high: hsl(208, 23%, 23%);
--border-color-medium: hsl(208, 23%, 17%);
--border-color-low: hsl(208, 23%, 10%);
--on-primary-color: white;