summaryrefslogtreecommitdiff
path: root/_content/index.css
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-10-15 23:19:53 +0700
committerShulhan <ms@kilabit.info>2023-10-15 23:19:53 +0700
commitc78156d76d1de865797595af05164a02a03514b0 (patch)
treeb8fb3a724d4344afdbbd10f9a2cf1a15108206ed /_content/index.css
parentf668769c3f7dfdbfaf861f04986358901450c3e7 (diff)
downloadkilabit.info-c78156d76d1de865797595af05164a02a03514b0.tar.xz
content: set background color only for h2
Diffstat (limited to '_content/index.css')
-rw-r--r--_content/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/index.css b/_content/index.css
index 4310943..f499c10 100644
--- a/_content/index.css
+++ b/_content/index.css
@@ -176,6 +176,7 @@ h1 {
}
h2 {
+ background-color: lightblue;
font-size: 22px;
}
@@ -200,7 +201,6 @@ h2,
h3,
h4,
h5 {
- background-color: lightblue;
border-bottom: 1px solid grey;
padding: 6px;
color: black;