mirror of https://gitlab.com/bashrc2/epicyon
Time color
parent
7aee6e8b1a
commit
0a4e5a7e15
|
@ -17,6 +17,7 @@
|
|||
--font-size: 30px;
|
||||
--text-entry-foreground: #ccc;
|
||||
--text-entry-background: #111;
|
||||
--time-color: #aaa;
|
||||
}
|
||||
|
||||
body, html {
|
||||
|
@ -446,7 +447,7 @@ a:link {
|
|||
|
||||
.time-right {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
color: var(--time-color);
|
||||
margin: 4px 20px;
|
||||
}
|
||||
|
||||
|
@ -812,7 +813,7 @@ input[type=checkbox]
|
|||
}
|
||||
.time-right {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
color: var(--time-color);
|
||||
margin: 4px 20px;
|
||||
}
|
||||
input[type=text], select, textarea {
|
||||
|
@ -977,7 +978,7 @@ input[type=checkbox]
|
|||
}
|
||||
.time-right {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
color: var(--time-color);
|
||||
margin: 25px 20px;
|
||||
}
|
||||
input[type=text], select, textarea {
|
||||
|
|
1
theme
1
theme
|
@ -94,6 +94,7 @@ if [[ "$themeName" == 'hack'* || "$themeName" == 'hax'* ]]; then
|
|||
sed -i "s|--border-color:.*|--border-color: darkgreen;|g" "$filename"
|
||||
sed -i "s|--main-link-color:.*|--main-link-color: #266020;|g" "$filename"
|
||||
sed -i "s|--main-visited-color:.*|--main-visited-color: #3c8234;|g" "$filename"
|
||||
sed -i "s|--time-color:.*|--time-color: green;|g" "$filename"
|
||||
sed -i "s|font-family:.*|font-family: Courier;|g" "$filename"
|
||||
sed -i "s|background-color: #554;|background-color: #062200;|g" "$filename"
|
||||
sed -i "s|color: #FFFFFE;|color: green;|g" "$filename"
|
||||
|
|
Loading…
Reference in New Issue