styling update
This commit is contained in:
parent
6e470cd78f
commit
7006df37a5
|
@ -22,6 +22,11 @@
|
|||
li a {
|
||||
text-decoration: none;
|
||||
color: #313244;
|
||||
transition-property: color;
|
||||
transition-duration: 500ms;
|
||||
}
|
||||
li a:hover {
|
||||
color: #a6e3a1;
|
||||
}
|
||||
li a span {
|
||||
display: none;
|
||||
|
@ -48,10 +53,14 @@
|
|||
line-height: 32px;
|
||||
font-family: monospace;
|
||||
font-size: 20px;
|
||||
color: #313244;
|
||||
color: #a6e3a1;
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
::-moz-placeholder {
|
||||
color: #313244;
|
||||
opacity: 1;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in New Issue