summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRochDLY <roch.delannay@gmail.com>2024-06-29 00:48:24 +0200
committerRochDLY <roch.delannay@gmail.com>2024-06-29 00:48:24 +0200
commit93432ab422ff72efc95f1f83bdc87512f3d4f0e2 (patch)
tree932f0d77a9553c3969963184cc1e605a16106c59 /static
parent0f796e8d4cdaee7ec9f517e76bdaa4e784e89201 (diff)
downloadpandoc-site-93432ab422ff72efc95f1f83bdc87512f3d4f0e2.tar.gz
pandoc-site-93432ab422ff72efc95f1f83bdc87512f3d4f0e2.tar.bz2
pandoc-site-93432ab422ff72efc95f1f83bdc87512f3d4f0e2.zip
styles: changement du blanc pour un blanc un peu jaune
Diffstat (limited to 'static')
-rw-r--r--static/css/styles.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/static/css/styles.css b/static/css/styles.css
index d3074da..07ec138 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -34,7 +34,7 @@ body {
background-image: radial-gradient(4px at center,black 20%, transparent 20%), radial-gradient(4px at center,black 20%, transparent 20%);
background-position: 0px 0px, 4px 3px;
background-size: 8px 6px;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
display: grid;
gap: 20px;
grid-template-columns: 1fr 2fr;
@@ -48,7 +48,7 @@ em {
footer {
text-align: center;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
border: 3px solid #1a1818;
grid-column: 1 / 3;
grid-row: 3;
@@ -75,7 +75,7 @@ strong > em {
.container {
grid-column: 2;
grid-row: 2;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
border: 3px solid #1a1818;
height: fit-content;
}
@@ -109,7 +109,7 @@ strong > em {
.description-site {
grid-column: 2;
grid-row: 2;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
border: 3px solid #1a1818;
height: fit-content;
}
@@ -119,20 +119,20 @@ strong > em {
text-align: left;
padding: 1px;
font-size: 1em;
- color: white;
+ color: rgb(255, 254, 235);
}
.header-bloc h1,
.header-bloc h2 {
font-weight: 600;
font-size: 2em;
- color: white;
+ color: rgb(255, 254, 235);
margin: 0;
}
.main-header {
text-align: left;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
border: 3px solid #1a1818;
grid-column: 1 / 3;
grid-row: 1;
@@ -143,7 +143,7 @@ strong > em {
margin: 0;
padding: 0;
overflow: hidden;
- background-color: white;
+ background-color: rgb(255, 254, 235);
}
.navbar li {
@@ -152,7 +152,7 @@ strong > em {
.navbar li a {
display: block;
- color: black;
+ color: #1a1818;
text-align: center;
padding: 14px 20px;
text-decoration: none;
@@ -163,17 +163,17 @@ strong > em {
}
.navbar li.right a:hover {
- background-color: white;
+ background-color: rgb(255, 254, 235);
cursor: default;
}
.navbar li a:hover {
background-color: #1a1818;
- color: white;
+ color: rgb(255, 254, 235);
}
.easteregg a:hover {
- background-color: white;
+ background-color: rgb(255, 254, 235);
cursor: default;
}
@@ -181,7 +181,7 @@ strong > em {
grid-column: 1;
grid-row: 2;
height: fit-content;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
border: 3px solid #1a1818;
}
@@ -191,8 +191,8 @@ strong > em {
.content a:visited,
footer a:link,
footer a:visited {
- background-color: white;
- color: black;
+ background-color: rgb(255, 254, 235);
+ color: #1a1818;
border: 1px dotted black;
padding: 1px 2px;
text-align: center;
@@ -204,7 +204,7 @@ footer a:visited {
.content a:hover, .content a:active,
footer a:hover, footer a:active {
background-color: #1a1818;
- color: white;
+ color: rgb(255, 254, 235);
}
.side {
@@ -212,7 +212,7 @@ footer a:hover, footer a:active {
position: sticky;
height: fit-content;
top: 0;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
border: 3px solid #1a1818;
grid-column: 1;
grid-row: 2;
@@ -224,7 +224,7 @@ footer a:hover, footer a:active {
height: fit-content;
top: 0;
border: 3px solid #1a1818;
- background-color: rgb(255, 255, 255);
+ background-color: rgb(255, 254, 235);
grid-column: 1;
grid-row: 2;
}
@@ -242,7 +242,7 @@ footer a:hover, footer a:active {
.toc a:link, .toc a:visited {
text-decoration: none;
- color: black;
+ color: #1a1818;
}