File tree Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Expand file tree Collapse file tree 3 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ <h2>FRC Challenge Videos</h2>
153
153
</ footer >
154
154
155
155
< script src ="scripts/iframes.js "> </ script >
156
- < script src ="scripts/x_button.js "> </ script >
157
156
< script src ="scripts/easteregg.js "> </ script >
158
157
159
158
</ body >
Original file line number Diff line number Diff line change @@ -5,51 +5,6 @@ header {
5
5
background : var (--secondaryColor );
6
6
}
7
7
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
-
53
8
# header-inner {
54
9
padding : 1.8% 20% 1.5% ;
55
10
}
You can’t perform that action at this time.
0 commit comments