Skip to content

Commit 746050c

Browse files
clean up
1 parent deb3ba5 commit 746050c

File tree

3 files changed

+0
-46
lines changed

3 files changed

+0
-46
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ <h2>FRC Challenge Videos</h2>
153153
</footer>
154154

155155
<script src="scripts/iframes.js"></script>
156-
<script src="scripts/x_button.js"></script>
157156
<script src="scripts/easteregg.js"></script>
158157

159158
</body>

scripts/x_button.js

Whitespace-only changes.

styles/header.css

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,6 @@ header {
55
background: var(--secondaryColor);
66
}
77

8-
#header-interest-form {
9-
width: 100%;
10-
padding: .5% 25%;
11-
display: flex;
12-
flex-direction: row;
13-
gap: 3%;
14-
background-color: var(--themeColor);
15-
}
16-
17-
#header-interest-form p {
18-
margin: 0;
19-
padding: 1% 0;
20-
font-size: 1.3vw;
21-
}
22-
23-
#header-interest-form a {
24-
margin: 0;
25-
font-size: 1.3vw;
26-
color: var(--mainTextColor);
27-
border: 1px solid var(--mainTextColor);
28-
border-radius: 5px;
29-
padding: .9% 1% 1%;
30-
text-decoration: none;
31-
}
32-
33-
#header-interest-form a:hover {
34-
backdrop-filter: brightness(1.15);
35-
}
36-
37-
#x-button {
38-
color: var(--mainTextColor);
39-
background: transparent;
40-
border: none;
41-
font-size: 1.3vw;
42-
position: absolute;
43-
top: 8%;
44-
right: 1%;
45-
cursor: pointer;
46-
font-family: Arial, serif;
47-
}
48-
49-
#x-button:hover {
50-
transform: rotate(180deg);
51-
}
52-
538
#header-inner {
549
padding: 1.8% 20% 1.5%;
5510
}

0 commit comments

Comments
 (0)