Added main.css and white-link class
This commit is contained in:
parent
454d40a96b
commit
d3fd463a15
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
<link rel="stylesheet" href="main.css">
|
||||||
<link rel="icon"
|
<link rel="icon"
|
||||||
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.14/svgs/solid/book.svg" />
|
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.14/svgs/solid/book.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|||||||
16
public/main.css
Normal file
16
public/main.css
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
a.white-link:link {
|
||||||
|
color: azure;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
a.white-link:hover {
|
||||||
|
color: azure;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
a.white-link:visited {
|
||||||
|
color: azure;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
|
a.white-link:active {
|
||||||
|
color: azure;
|
||||||
|
font-size: large;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user