Fix deploy script, polish css
This commit is contained in:
parent
6e9f9954a3
commit
582428ef72
@ -1,3 +1,3 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
ssh -t salt@thefuck.how sudo git -C /var/www/www pull
|
ssh -t salt@thefuck.how sudo git -C /var/www/thefuck.how pull
|
||||||
|
|
||||||
|
@ -8,7 +8,17 @@
|
|||||||
:root {
|
:root {
|
||||||
--background: #808;
|
--background: #808;
|
||||||
--text: #0ff;
|
--text: #0ff;
|
||||||
--text-code: #ff0;
|
--text-code: #fff;
|
||||||
|
--link: #ff0;
|
||||||
|
--link-hover: #880;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: var(--link);
|
||||||
|
text-decoration: none;
|
||||||
|
transition: .08s ease-in;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: var(--link-hover);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
Loading…
Reference in New Issue
Block a user