We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187cfa0 commit 9b5acc3Copy full SHA for 9b5acc3
1 file changed
static/index.html
@@ -10,17 +10,41 @@
10
font-family: 'Courier New', monospace;
11
margin: 40px;
12
}
13
+
14
+ h1 {
15
+ color: #E57333;
16
+ margin-bottom: 20px;
17
+ }
18
19
+ ul {
20
+ list-style: none;
21
+ padding-left: 0;
22
23
24
+ li::before {
25
+ content: "▹ ";
26
+ color: #80CBC4;
27
+ font-size: 1.2em;
28
29
30
a {
31
color: #80CBC4;
32
text-decoration: none;
33
34
35
a:hover {
36
text-decoration: underline;
37
38
39
+ li a {
40
+ cursor: crosshair;
41
42
</style>
43
</head>
44
<body>
45
<h1>LimberDuck Data</h1>
- <p><a href="announcements.json">View announcements.json</a></p>
46
+ <ul>
47
+ <li><a href="announcements.json">announcements.json</a></li>
48
+ </ul>
49
</body>
50
</html>
0 commit comments