aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-27 13:00:22 +0000
committerAkshay <[email protected]>2020-01-27 13:00:22 +0000
commit2015c26acca0505acfd459c96cabb35d9de65230 (patch)
tree0ed6b50cd40a3e5b9980585b9362267bf0486d80 /docs/style.css
parentdb8b64d063b9f2ea9f2caf18c030c5170bcc4748 (diff)
add links to raw post content
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css16
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/style.css b/docs/style.css
index bdda208..ecfcb5d 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -70,21 +70,21 @@ td {
70 } 70 }
71} 71}
72 72
73@media only screen and (min-width: 992px) { 73@media only screen and (min-width: 1080px) {
74 .posts { 74 .posts {
75 width: 70%; 75 width: 70%;
76 } 76 }
77 html { 77 html {
78 font-size: 20px; 78 font-size: 18px;
79 } 79 }
80} 80}
81 81
82@media only screen and (min-width: 1200px) { 82@media only screen and (min-width: 1300px) {
83 .posts { 83 .posts {
84 width: 50%; 84 width: 40%;
85 } 85 }
86 html { 86 html {
87 font-size: 20px; 87 font-size: 18px;
88 } 88 }
89} 89}
90 90
@@ -179,16 +179,12 @@ pre, code {
179 179
180pre { 180pre {
181 background-color: var(--dark-white); 181 background-color: var(--dark-white);
182 overflow: hidden; 182 overflow: auto;
183 padding: 0.8rem; 183 padding: 0.8rem;
184 border: 1px solid var(--dark-white); 184 border: 1px solid var(--dark-white);
185 border-radius: 0.2px; 185 border-radius: 0.2px;
186} 186}
187 187
188pre:hover {
189 overflow-x: scroll;
190}
191
192code { 188code {
193 color: var(--pink); 189 color: var(--pink);
194} 190}