aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2021-11-30 13:11:47 +0100
committerADRN <adrien@luxeylab.net>2021-11-30 13:11:47 +0100
commitca108192fc7203bbf3864525c538dfde334902ff (patch)
treeeae17f2ddf177e6f55bb11ec04dfe903a4f49aa1 /assets/css
parent189bf17ee2efcf81200336a71a426dcd5b9eff03 (diff)
downloaddesign-ca108192fc7203bbf3864525c538dfde334902ff.tar.gz
design-ca108192fc7203bbf3864525c538dfde334902ff.zip
reoarganised stuff; deleted the charpente submodule; the blueprint folder is now 'lab/top-nav.html'.
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/top-nav.css (renamed from assets/css/blueprint.css)16
1 files changed, 15 insertions, 1 deletions
diff --git a/assets/css/blueprint.css b/assets/css/top-nav.css
index 5c3c67d..8ff2cfb 100644
--- a/assets/css/blueprint.css
+++ b/assets/css/top-nav.css
@@ -3,6 +3,20 @@
@import url("../fonts/spacemono.css");
@import url("../fonts/firasans-regular.css");
+body, html {
+ margin: 0;
+ padding: 0;
+}
+
+* {
+ scrollbar-width: thin;
+}
+
+*, ::before, ::after {
+ -webkit-box-sizing: inherit;
+ box-sizing: inherit;
+}
+
html, body {
background-color: white;
font-family: "Space Mono", Monaco, monospace !important;
@@ -102,7 +116,7 @@ nav ul {
header {
height: 100vh;
width: 100%;
- background-image: url("../images/ronce/illustration-ronce_1200x765px.png");
+ background-image: url("../images/ronce/illustration-ronce-v3_2400x1531px.png");
/* Create the parallax scrolling effect */
/*background-attachment: fixed;*/
background-position: center;