Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/saadnpq/npq-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsaadnpq <saadnpq@localhost.localdomain>2020-04-11 16:52:56 +0300
committersaadnpq <saadnpq@localhost.localdomain>2020-04-11 16:52:56 +0300
commitfec458c8715852f70f558c250231c53b1b0a1b60 (patch)
tree44de55b7ecb7ab4b627ba1954688f692c5119492 /static
parent7c5e438af0a3602003917ac661f61e2134099b40 (diff)
support default example site
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 64fc90a..ef152f5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -130,7 +130,7 @@ aside nav a:hover {
border: 1px solid #3D3D3D;
border-radius: 3px;
padding: 10px;
- background-color:#181B1C;
+ background-color:rgb(39, 41, 43);
}
.list-item+.list-item{
margin-top: 10px;