update style sheet with code color and main margin + removed Gemini link for the moment
This commit is contained in:
parent
fe17cee2f0
commit
cce8040c5b
|
|
@ -51,7 +51,10 @@
|
|||
--footerbackground-color: grey;
|
||||
--maina-color: rgb(173, 165, 168);
|
||||
--articlehover-color: black;
|
||||
--articlehover-background: #959f9752
|
||||
--articlehover-background: #959f9752;
|
||||
--code-color: #b96f1f;
|
||||
--code-background-color: #FFF5EE;
|
||||
--code-border-background-color: #FFF5EE;
|
||||
}
|
||||
|
||||
/* || Body || */
|
||||
|
|
@ -143,7 +146,7 @@ li > a {
|
|||
/* || Main || */
|
||||
|
||||
main {
|
||||
margin: 2% 18%;
|
||||
margin: 2% 16%;
|
||||
padding: auto;
|
||||
/* border: solid 3px rgb(92, 78, 78); */
|
||||
text-align: justify;
|
||||
|
|
@ -190,6 +193,15 @@ main > a:hover {
|
|||
padding: 3px;
|
||||
}
|
||||
|
||||
/* || Code || */
|
||||
|
||||
code {
|
||||
color: var(--code-color);
|
||||
background: var(--code-background-color);
|
||||
border: solid 10px var(--code-border-background-color);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* || Footer nav || */
|
||||
|
||||
footer {
|
||||
|
|
@ -332,6 +344,9 @@ a.post-link:hover {
|
|||
main {
|
||||
margin: 4% 10%;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Medium devices (landscape tablets, 920px and down) */
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<ul class="ul">
|
||||
<li><a href="{{ SITEURL }}/index.html" title="Acceuil du site MicroWeb">Accueil</a></li>
|
||||
<li><a href="{{ SITEURL }}/archives.html" title="Archives du blog de Supmagie">Archives</a></li>
|
||||
<li><a href="https://avoir.unbon.cafe/supmagie/index.gmi" title="Capsule Gemini de Supmagie">Capsule Gemini</a></li>
|
||||
<!-- <li><a href="https://avoir.unbon.cafe/supmagie/index.gmi" title="Capsule Gemini de Supmagie">Capsule Gemini</a></li> -->
|
||||
<li><a href="{{ SITEURL }}/pages/galerie.html" title="Galerie photo du Supmagie">Galerie</a></li>
|
||||
<li><a href="{{ SITEURL }}/pages/aboutme.html" title="Qui est Supmagie?">Qui suis-je ?</a></li>
|
||||
<li><a href="{{ SITEURL }}/pages/cv.html" title="CV de Supmagie">Mon CV</a></li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue