aboutsummaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css31
1 files changed, 18 insertions, 13 deletions
diff --git a/docs/style.css b/docs/style.css
index eeb5cc1..e48188d 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -49,22 +49,22 @@ td {
49} 49}
50 50
51.posts { 51.posts {
52 width: 100%; 52 width: 90%;
53 max-width: 100%; 53 max-width: 90%;
54} 54}
55 55
56@media only screen and (min-width: 1080px) { 56@media only screen and (min-width: 1080px) {
57 .posts { 57 .posts {
58 max-width: 800px; 58 max-width: 650px;
59 } 59 }
60 html { 60 html {
61 font-size: 20px; 61 font-size: 18px;
62 } 62 }
63} 63}
64 64
65@media only screen and (min-width: 1400px) { 65@media only screen and (min-width: 1400px) {
66 .posts { 66 .posts {
67 max-width: 720px; 67 max-width: 700px;
68 } 68 }
69 html { 69 html {
70 font-size: 18px; 70 font-size: 18px;
@@ -83,8 +83,8 @@ td {
83 83
84img { 84img {
85 max-width: 100%; 85 max-width: 100%;
86 border: 0px solid transparent; 86 border: 1px solid var(--dark-white);
87 border-radius: 4px; 87 border-radius: 0.4rem;
88 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.15); 88 box-shadow: 0 0 1.5rem 0.5rem rgba(0, 0, 0, 0.15);
89} 89}
90 90
@@ -108,17 +108,22 @@ hr {
108.feed-button { 108.feed-button {
109 float: right; 109 float: right;
110 text-decoration: none; 110 text-decoration: none;
111 color: var(--black) !important;
111 background-color: var(--cyan); 112 background-color: var(--cyan);
112 padding: 0.2rem; 113 font-size: 0.8rem;
113 border: 1px solid var(--dark-white); 114 padding: 0.5rem;
115 margin: -0.5rem 0;
116 border: 0px solid var(--dark-white);
114 border-radius: 0.4rem; 117 border-radius: 0.4rem;
115} 118}
116 119
117.intro { 120.intro {
118 font-size: 0.9rem; 121 font-size: 0.8rem;
119 overflow: auto; 122 overflow: auto;
120 padding: 0rem; 123 padding: 1.3rem;
121 margin: 1rem 0rem; 124 border: 2px solid var(--dark-white);
125 border-radius: 0.4rem;
126 margin: 1rem -1.3rem;
122 font-family: 'Inter', sans-serif; 127 font-family: 'Inter', sans-serif;
123} 128}
124 129
@@ -219,7 +224,7 @@ pre > code {
219} 224}
220 225
221.footer { 226.footer {
222 font-size: 0.9rem; 227 font-size: 0.8rem;
223 text-align: center; 228 text-align: center;
224} 229}
225 230