mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 12:01:26 +00:00
Merge pull request 'fix css' (#24) from LibreHacker/switching:master3 into master
Reviewed-on: http://git.macaw.me:3000/Tolstoevsky/fedi/pulls/24
This commit is contained in:
commit
6b0f31ce6e
16
i/css/i.css
16
i/css/i.css
|
@ -18,7 +18,7 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #1b8250;
|
color: #1863a1;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -31,16 +31,16 @@ li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background: #43a047;
|
background: #252e3f;
|
||||||
color: #f2f2f2;
|
color: #f2f2f2;
|
||||||
}
|
}
|
||||||
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
|
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
|
||||||
background: #388e3c;
|
background: #353e5f;
|
||||||
color: #000000;
|
color: #b7c1d5;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.btn-primary:active, .btn-primary.active {
|
.btn-primary:active, .btn-primary.active {
|
||||||
background: #2e7d32;
|
background: #353e5f;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.text-center {
|
.text-center {
|
||||||
|
@ -50,3 +50,9 @@ li {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #444;
|
color: #444;
|
||||||
}
|
}
|
||||||
|
.qrcode {
|
||||||
|
padding: 20px 5px 5px 5px;
|
||||||
|
width: 42.5%;
|
||||||
|
height: 100%;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue