mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-10-30 15:20:11 +00:00
warm colors, close #221
This commit is contained in:
parent
3cf64696e4
commit
c996300db6
@ -1,10 +1,7 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
|
|
||||||
<h1>🍲 Based Cooking 🍳</h1>
|
<h1>🍲 Based Cooking 🍳</h1>
|
||||||
|
|
||||||
<hr>
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
h2 { text-align: center ;}
|
h2 { text-align: center ;}
|
||||||
</style>
|
</style>
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
body {
|
body {
|
||||||
background: #151515 ;
|
background: #151515 ;
|
||||||
color: #ccc ;
|
color: navajowhite ;
|
||||||
max-width: 850px ;
|
max-width: 850px ;
|
||||||
margin: auto ;
|
margin: auto ;
|
||||||
padding: 0 16px ;
|
padding: 0 16px ;
|
||||||
margin-bottom: 500px ;
|
margin-bottom: 500px ;
|
||||||
scrollbar-color: gray #151515;
|
scrollbar-color: gray #151515;
|
||||||
|
font-family: sans-serif ;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
@ -15,17 +16,23 @@ body {
|
|||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}font-family: sans-serif ;
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: lightblue ;
|
color: gold ;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tagcloud a {
|
||||||
|
color: darkorange ;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
a:visited {
|
||||||
color: gray ;
|
color: darkgoldenrod ;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
border-style: solid ;
|
||||||
|
border-width: 0px 0px 2px 0px ;
|
||||||
text-align: center ;
|
text-align: center ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user