mirror of
https://github.com/tiyn/beaker-blog.git
synced 2026-02-22 04:44:48 +01:00
added search page, updated style
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
:root {
|
||||
--bg0: rgb(29,32,33);
|
||||
--color0: rgb(220,120,0);
|
||||
--color1: rgb(280,180,0);
|
||||
--error: rgb(255,0,0);
|
||||
--footerbg0: rgb(29,32,33);
|
||||
--link0: rgb(220, 120, 0);
|
||||
@@ -83,3 +84,13 @@ span {
|
||||
.entry h2 {
|
||||
color: var(--text1);
|
||||
}
|
||||
|
||||
|
||||
form.search button[type=submit] {
|
||||
background: var(--color0);
|
||||
color: var(--bg0);
|
||||
}
|
||||
|
||||
form.search button[type=submit]:hover {
|
||||
background: var(--color1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user