File tree 3 files changed +20
-4
lines changed
3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 31
31
<h4 class =" text-volvox underline-left" >Links</h4 >
32
32
<ul class =" mt-4" >
33
33
<li >
34
- Repository: <a href =" https://github.com/VolvoxCommunity/Volvox.Helios" target =" _blank" >https://github.com/VolvoxCommunity/Volvox.Helios</a >
34
+ Repository: <a href =" https://github.com/VolvoxCommunity/Volvox.Helios" target =" _blank" class = " volvox-link " >https://github.com/VolvoxCommunity/Volvox.Helios</a >
35
35
</li >
36
36
<li >
37
- Project Board: <a href =" https://github.com/VolvoxCommunity/Volvox.Helios/projects" target =" _blank" >https://github.com/VolvoxCommunity/Volvox.Helios/projects</a >
37
+ Project Board: <a href =" https://github.com/VolvoxCommunity/Volvox.Helios/projects" target =" _blank" class = " volvox-link " >https://github.com/VolvoxCommunity/Volvox.Helios/projects</a >
38
38
</li >
39
39
<li >
40
- Website: <a href =" http://volvox.tech/" target =" _blank" >http://volvox.tech</a >
40
+ Website: <a href =" http://volvox.tech/" target =" _blank" class = " volvox-link " >http://volvox.tech</a >
41
41
</li >
42
42
<li >
43
- Discord: <a href =" https://discordapp.com/invite/jReSmc3" target =" _blank" >https://discordapp.com/invite/jReSmc3</a >
43
+ Discord: <a href =" https://discordapp.com/invite/jReSmc3" target =" _blank" class = " volvox-link " >https://discordapp.com/invite/jReSmc3</a >
44
44
</li >
45
45
</ul >
46
46
</div >
Original file line number Diff line number Diff line change @@ -126,3 +126,11 @@ footer {
126
126
.footer-icon {
127
127
color : white;
128
128
}
129
+
130
+ .volvox-link {
131
+ color : # 4cae4c ;
132
+ }
133
+
134
+ .volvox-link : hover {
135
+ color : # 89f489 ;
136
+ }
Original file line number Diff line number Diff line change @@ -20,3 +20,11 @@ footer{
20
20
.footer-icon {
21
21
color : # 777 ;
22
22
}
23
+
24
+ .volvox-link {
25
+ color : # 4cae4c ;
26
+ }
27
+
28
+ .volvox-link : hover {
29
+ color : # 267326 ;
30
+ }
You can’t perform that action at this time.
0 commit comments