Skip to content

Commit edafea4

Browse files
Add files via upload
1 parent 5546143 commit edafea4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
text-decoration: none;
1515
}
1616
li a:hover:not(.active) {
17-
background-color: #111;
17+
color: white;
1818
}
1919
.active {
20-
background-color: #04AA6D;
20+
color: aqua;
2121
}
2222
.auto-style1 {
2323
font-family: Calibri;
24-
font-size: x-large;
24+
font-size: xx-large;
2525
background-color: white;
2626
}
2727
.auto-style3 {
@@ -40,6 +40,9 @@
4040
color: #FFFFFF;
4141
}
4242

43+
.bg{
44+
background-image: url('https://functional-data-clustering.github.io/pics/trinity-virtual-background-8.jpg')
45+
}
4346

4447
</style>
4548
{% seo %}

0 commit comments

Comments
 (0)