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