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" . }}
|
||||
|
||||
|
||||
<h1>🍲 Based Cooking 🍳</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<style>
|
||||
h2 { text-align: center ;}
|
||||
</style>
|
||||
|
@ -1,11 +1,12 @@
|
||||
body {
|
||||
background: #151515 ;
|
||||
color: #ccc ;
|
||||
color: navajowhite ;
|
||||
max-width: 850px ;
|
||||
margin: auto ;
|
||||
padding: 0 16px ;
|
||||
margin-bottom: 500px ;
|
||||
scrollbar-color: gray #151515;
|
||||
font-family: sans-serif ;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@ -15,17 +16,23 @@ body {
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: gray;
|
||||
border-radius: 5px;
|
||||
}font-family: sans-serif ;
|
||||
}
|
||||
|
||||
a {
|
||||
color: lightblue ;
|
||||
color: gold ;
|
||||
}
|
||||
|
||||
.tagcloud a {
|
||||
color: darkorange ;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: gray ;
|
||||
color: darkgoldenrod ;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border-style: solid ;
|
||||
border-width: 0px 0px 2px 0px ;
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user