Fix page creation
This commit is contained in:
@@ -102,6 +102,25 @@ header {
|
||||
color: #ffd54f;
|
||||
}
|
||||
|
||||
.new-btn {
|
||||
background: none;
|
||||
border: none;
|
||||
color: #ffb300;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.new-btn::before {
|
||||
content: "[";
|
||||
}
|
||||
.new-btn::after {
|
||||
content: "]";
|
||||
}
|
||||
.new-btn:hover {
|
||||
color: #ffd54f;
|
||||
}
|
||||
|
||||
/* === Main === */
|
||||
main {
|
||||
max-width: 860px;
|
||||
@@ -313,6 +332,7 @@ textarea:focus {
|
||||
color: #ffb300;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
text-shadow: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
.btn-save::before {
|
||||
@@ -330,6 +350,7 @@ textarea:focus {
|
||||
border: none;
|
||||
color: #ffb300;
|
||||
font: inherit;
|
||||
text-shadow: inherit;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user