accent and bg color finetune

This commit is contained in:
Yan Lin 2026-02-08 17:11:30 +01:00
parent 645bd779d4
commit addb84e3e6
2 changed files with 5 additions and 4 deletions

View file

@ -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.

View file

@ -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;