aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-18 03:59:07 +0300
committerCem Keylan <cem@ckyln.com>2020-08-18 03:59:07 +0300
commit8fc958edbac321030dc377a081ca2d9391b71a74 (patch)
treef2fe621fa293c37ec83dc8de15ba59e6a5f76998
parent0f63c27701b0e8c74f032068fe9bb8e6f02ffc03 (diff)
downloadwebsite-8fc958edbac321030dc377a081ca2d9391b71a74.tar.gz
update style
-rw-r--r--docs/news.xml2
-rw-r--r--docs/rss.xml2
-rw-r--r--docs/style.css10
-rw-r--r--src/news.xml2
-rw-r--r--src/rss.xml2
-rw-r--r--src/style.css10
6 files changed, 16 insertions, 12 deletions
diff --git a/docs/news.xml b/docs/news.xml
index ad6055e..f32807f 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -9,7 +9,7 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate>
+ <lastBuildDate>Tue Aug 18 2020 00:00</lastBuildDate>
<item>
<title>Jul 27 2020</title>
<pubDate>Mon, 27 Jul 2020</pubDate>
diff --git a/docs/rss.xml b/docs/rss.xml
index abab4d2..41f50e8 100644
--- a/docs/rss.xml
+++ b/docs/rss.xml
@@ -9,7 +9,7 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate>
+ <lastBuildDate>Tue Aug 18 2020 00:00</lastBuildDate>
<item>
<title>August 2020 News Post</title>
<pubDate>Mon, 03 Aug 2020</pubDate>
diff --git a/docs/style.css b/docs/style.css
index d3de079..74eebb9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -1,4 +1,4 @@
-/* Cem Keylan (C) 2019 */
+/* Cem Keylan (C) 2019-2020 */
:root {
--color0: #0A1E2B;
@@ -27,7 +27,8 @@
html {
background-color: var(--bg);
- font-family: sans-serif;
+ font-family: monospace;
+ font-size: 16px;
color: var(--fg);
padding-bottom: 100px;
-webkit-text-size-adjust: 100%;
@@ -60,7 +61,7 @@ html {
border-bottom: solid 2px;
color: var(--fg);
}
-a {
+a {
text-decoration: none;
font-weight: bold;
color: var(--link);
@@ -83,6 +84,7 @@ body {
margin-right: auto;
margin-top: 20px;
overflow: none;
+ overflow-y: scroll;
padding-right: 10px;
padding-left: 10px;
color: var(--fg);
@@ -109,7 +111,7 @@ h3 {
}
pre { margin-left: 2em; }
-blockquote {
+blockquote {
border-left: 1px solid var(--color6);
font-style: italic;
}
diff --git a/src/news.xml b/src/news.xml
index ad6055e..f32807f 100644
--- a/src/news.xml
+++ b/src/news.xml
@@ -9,7 +9,7 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate>
+ <lastBuildDate>Tue Aug 18 2020 00:00</lastBuildDate>
<item>
<title>Jul 27 2020</title>
<pubDate>Mon, 27 Jul 2020</pubDate>
diff --git a/src/rss.xml b/src/rss.xml
index abab4d2..41f50e8 100644
--- a/src/rss.xml
+++ b/src/rss.xml
@@ -9,7 +9,7 @@
<description>a simple linux distribution</description>
<link>https://carbslinux.org</link>
<atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" />
- <lastBuildDate>Mon Aug 03 2020 22:00</lastBuildDate>
+ <lastBuildDate>Tue Aug 18 2020 00:00</lastBuildDate>
<item>
<title>August 2020 News Post</title>
<pubDate>Mon, 03 Aug 2020</pubDate>
diff --git a/src/style.css b/src/style.css
index d3de079..74eebb9 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,4 +1,4 @@
-/* Cem Keylan (C) 2019 */
+/* Cem Keylan (C) 2019-2020 */
:root {
--color0: #0A1E2B;
@@ -27,7 +27,8 @@
html {
background-color: var(--bg);
- font-family: sans-serif;
+ font-family: monospace;
+ font-size: 16px;
color: var(--fg);
padding-bottom: 100px;
-webkit-text-size-adjust: 100%;
@@ -60,7 +61,7 @@ html {
border-bottom: solid 2px;
color: var(--fg);
}
-a {
+a {
text-decoration: none;
font-weight: bold;
color: var(--link);
@@ -83,6 +84,7 @@ body {
margin-right: auto;
margin-top: 20px;
overflow: none;
+ overflow-y: scroll;
padding-right: 10px;
padding-left: 10px;
color: var(--fg);
@@ -109,7 +111,7 @@ h3 {
}
pre { margin-left: 2em; }
-blockquote {
+blockquote {
border-left: 1px solid var(--color6);
font-style: italic;
}