Skip to content

Commit ce3307d

Browse files
committed
Linkified Mod Maker logo
1 parent f8d21d8 commit ce3307d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@
9898
.toolsBody a:hover {
9999
text-decoration: underline;
100100
}
101+
.modMakerLogo:hover {
102+
cursor: pointer;
103+
transform: scale(1.02);
104+
filter: brightness(1.1);
105+
}
101106
</style>
102107
</head>
103108
<body>
@@ -146,7 +151,7 @@
146151
margin-top: 10px;
147152
">
148153
<i style="position: relative; top: 40px;">Try the</i><br>
149-
<span class="modMakerLogo" style="
154+
<span class="modMakerLogo" onclick="window.location.href='/tools/onlinemodmaker/';" style="
150155
font-size: 25pt;
151156
background-color: rgb(190, 72, 4);
152157
padding: 3px 20px 3px 10px;

0 commit comments

Comments
 (0)