diff --git a/content/homelab/nixos-steam-deck/index.md b/content/homelab/nixos-steam-deck/index.md index 8652c27..2eb86f3 100644 --- a/content/homelab/nixos-steam-deck/index.md +++ b/content/homelab/nixos-steam-deck/index.md @@ -13,7 +13,7 @@ It also proves that the "plug and play" experience of traditional consoles and o {% cap() %} Steam Deck OLED (top) and Nintendo Switch 2 (bottom). -Both with the ["Killswitch" line of cases from dbrand](https://dbrand.com/shop/killswitch/). +Both with the "Killswitch" line of cases from dbrand. {% end %} Given the open nature of the Steam Deck, and also considering some people might not prefer every design choice of SteamOS (e.g., the desktop environment), installing NixOS on Steam Deck can be a good option if you want to customize it while still preserving most of the handheld gaming experience. Thanks to the existence of [Jovian-NixOS](https://jovian-experiments.github.io/Jovian-NixOS/), a NixOS module built specifically for running NixOS on Steam Deck, the process is actually very straightforward if you are already familiar with NixOS. diff --git a/sass/style.scss b/sass/style.scss index 425444b..d867559 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,7 +4,7 @@ --accent: #3568a8; --muted: #666; --border: #e5e5e5; - --code-bg: #f3f3f3; + --code-bg: #f2f2f2; --max-width: 50rem; } @@ -12,10 +12,10 @@ :root { --bg: #161618; --fg: #ebebec; - --accent: #7b97aa; + --accent: #86a5bb; --muted: #999; --border: #333; - --code-bg: #272727; + --code-bg: #272828; } } @@ -182,6 +182,7 @@ pre { overflow-x: auto; border-radius: 4px; margin-bottom: 1rem; + background: var(--code-bg) !important; code { background: none;