mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
oh my
This commit is contained in:
parent
b7c08b139c
commit
675ee16aed
5 changed files with 6 additions and 4 deletions
|
@ -249,7 +249,8 @@
|
||||||
overflow:visible;
|
overflow:visible;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:0;
|
top:0;
|
||||||
width:100%
|
width:100%;
|
||||||
|
z-index:9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.int-Logo{
|
.int-Logo{
|
||||||
|
|
|
@ -1145,7 +1145,8 @@ a {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%; }
|
width: 100%;
|
||||||
|
z-index: 9; }
|
||||||
|
|
||||||
.int-Logo {
|
.int-Logo {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -23,4 +23,4 @@ select, textarea, input[type="text"], input[type="password"], input[type="dateti
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container{background:#F6F0E6}
|
.page{background:#F6F0E6}
|
||||||
|
|
Loading…
Add table
Reference in a new issue