15 lines
147 B
CSS
15 lines
147 B
CSS
header {
|
|
background: #1a1c20;
|
|
}
|
|
|
|
header a {
|
|
color: #c2c2c2;
|
|
}
|
|
|
|
header a:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.mainInput {
|
|
max-width: 200px;
|
|
} |