We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5546143 commit edafea4Copy full SHA for edafea4
index.html
@@ -14,14 +14,14 @@
14
text-decoration: none;
15
}
16
li a:hover:not(.active) {
17
- background-color: #111;
+ color: white;
18
19
.active {
20
- background-color: #04AA6D;
+ color: aqua;
21
22
.auto-style1 {
23
font-family: Calibri;
24
- font-size: x-large;
+ font-size: xx-large;
25
background-color: white;
26
27
.auto-style3 {
@@ -40,6 +40,9 @@
40
color: #FFFFFF;
41
42
43
+.bg{
44
+ background-image: url('https://functional-data-clustering.github.io/pics/trinity-virtual-background-8.jpg')
45
+}
46
47
</style>
48
{% seo %}
0 commit comments