mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
fixed commentform buttons
This commit is contained in:
parent
2673722af7
commit
fada25ee10
8 changed files with 97 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
@import "~raleway-cyrillic/raleway.css";
|
||||
@import '~raleway-cyrillic/raleway.css';
|
||||
|
||||
html {
|
||||
min-height: 100vh;
|
||||
|
@ -7,24 +7,23 @@ html {
|
|||
body {
|
||||
background: darken($main_bg_color, 12%);
|
||||
min-height: 100vh;
|
||||
background: url("http://vault48.org/pixmaps/texture.jpg");
|
||||
background: url('http://vault48.org/pixmaps/texture.jpg');
|
||||
color: $main_text_color;
|
||||
font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
|
||||
sans-serif;
|
||||
font: $font_16_regular;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 16px;
|
||||
// font-size: 16px;
|
||||
fill: white;
|
||||
stroke: white;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
content: '';
|
||||
position: absolute;
|
||||
height: 400px;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
background: url("http://vault48.org/pixmaps/texture_alt.jpg");
|
||||
background: url('http://vault48.org/pixmaps/texture_alt.jpg');
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
@ -80,4 +79,3 @@ body {
|
|||
:global(h2) {
|
||||
font: $font_24_bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue