aboutsummaryrefslogtreecommitdiff
path: root/assets/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/site.css')
-rw-r--r--assets/site.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/site.css b/assets/site.css
index 1d258a3..72730b2 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -114,7 +114,6 @@ table td {
114} 114}
115 115
116.highlighter-rouge { 116.highlighter-rouge {
117 border: 1px solid #ddd;
118 padding: 0 15px; 117 padding: 0 15px;
119 font-size: 80%; 118 font-size: 80%;
120 border: 2px solid #f1f1f1; 119 border: 2px solid #f1f1f1;
@@ -122,6 +121,11 @@ table td {
122 overflow: auto; 121 overflow: auto;
123} 122}
124 123
124.highlighter-rouge table,
125.highlighter-rouge table td {
126 border: 0 !important;
127}
128
125::selection { 129::selection {
126 background: #ff0; 130 background: #ff0;
127 color: #000; 131 color: #000;