summaryrefslogtreecommitdiff
path: root/resources/style.css
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-11-02 10:30:49 +0000
committerdavidovski <david@davidovski.xyz>2021-11-02 10:30:49 +0000
commit201c08f24d2b17c4ae69793428ab8a9abdb02e8b (patch)
tree4a846d700ce813543082bbc23f8b292f73bfb81c /resources/style.css
parent0ec63c97b9009187d7d2d32d5d065a863a6aa323 (diff)
separated syncing and building
Diffstat (limited to 'resources/style.css')
-rw-r--r--resources/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/resources/style.css b/resources/style.css
index 76b4338..285783a 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -24,6 +24,9 @@ body {
background-image: url("/images/bg.gif");
background-repeat: repeat;
background-attachment: fixed;
+ image-rendering: pixelated;
+ image-rendering: optimizeSpeed;
+
/*background-image: url("https://davidovski.xyz/images/bg.png");*/
color: var(--fg);
@@ -33,6 +36,11 @@ body {
margin: 0;
}
+img {
+ image-rendering: pixelated;
+ image-rendering: optimizeSpeed;
+}
+
a {
color: var(--blue);
text-decoration: none;
@@ -131,12 +139,12 @@ pre {
}
.about {
- width: 75%;
+ width: 65%;
float: left;
}
.image {
- width: 25%;
+ width: 35%;
float: right;
}