Skip to content
Snippets Groups Projects
Verified Commit 949b119a authored by Greg0ire's avatar Greg0ire
Browse files

Switch to new color scheme

parent d8ebe957
Branches
No related tags found
1 merge request!8New color scheme
/* body {
background: blue !important;
} */
body {
background-color: #009EF5;
background-image: linear-gradient(#0180F5, #009EF5);
}
/* inline code */
code {
background-color: #FFE265;
}
.reveal {
color: white;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
color: white;
}
.reveal pre {
width: 1400px;
}
.reveal pre code {
border-radius: 5px;
max-height: none;
padding: 20px;
}
.hljs {
background-color: #272C35;
}
.reveal section img {
border: none;
background: none;
......
......@@ -9,7 +9,7 @@ Software Engineer<br />
<span id="gregoire">![PhotoDeGregoire](./PARIS-150x150.jpg)</span><br />
<div id="gregoire_company">
<div id="universcine">
![LogoUniversCine](./universcine_dark.svg)
![LogoUniversCine](./universcine_light.svg)
</div>
<div id="universcine"></div>
<div id="manomano">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment