diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-07-31 01:09:24 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-07-31 01:09:24 -0500 |
commit | 2cf01ab7023ce34da711af45413f4ed7850a9837 (patch) | |
tree | 0b2609a3a3785aface030661a907071b9d1f0c5e /stylesheets/lfs-xsl | |
parent | 72636463a282a41a28c1e131ba3ebd81cee6f677 (diff) |
Add some color to kernel options
Diffstat (limited to 'stylesheets/lfs-xsl')
-rw-r--r-- | stylesheets/lfs-xsl/lfs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/lfs.css b/stylesheets/lfs-xsl/lfs.css index 3cadbc469..80eca11ed 100644 --- a/stylesheets/lfs-xsl/lfs.css +++ b/stylesheets/lfs-xsl/lfs.css @@ -265,6 +265,9 @@ li.chapter h4 a { margin: .6em 0 .2em 0; } +span.blue { + color: #2ac; +} /* Index */ .item { |