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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/diello.css')
-rw-r--r--static/css/diello.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/diello.css b/static/css/diello.css
index b9ef7c4..8ff32f5 100644
--- a/static/css/diello.css
+++ b/static/css/diello.css
@@ -176,8 +176,9 @@ footer {
/******************highlight.js override*************/
.hljs {
- background : rgba(51, 51, 51, 0.5);
+ background : rgba(255, 255, 255, 0.2);
+ width : 800px;
color : #ccc;
font-family : Museo100;
- border-radius : 10px;
+ border-radius : 16px;
}