mirror of
https://github.com/Tim-Paik/srv.git
synced 2024-10-13 00:29:43 +00:00
0.1.9-beta enable sort and CORS flag
This commit is contained in:
@ -20,7 +20,19 @@
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #116fce;
|
||||
color: #2A52BE;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #1E90FF;
|
||||
}
|
||||
|
||||
nav span a {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
nav span a:hover {
|
||||
color: #2A52BE;
|
||||
}
|
||||
|
||||
th,
|
||||
|
Reference in New Issue
Block a user