File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,27 +14,27 @@ body {
14
14
}
15
15
16
16
[data-bs-theme = 'dark' ] # content-wrapper {
17
- background : rgba (0 0 0 / 50% );
17
+ background-color : rgba (0 0 0 / 50% );
18
18
filter : drop-shadow (15px 15px 12px # 000000 );
19
19
}
20
20
[data-bs-theme = 'light' ] # content-wrapper {
21
- background : rgba (255 255 255 / 60% );
21
+ background-color : rgba (255 255 255 / 60% );
22
22
}
23
23
24
24
[data-bs-theme = 'dark' ] .form-control {
25
- background : rgba (0 0 0 / 50% );
25
+ background-color : rgba (0 0 0 / 50% );
26
26
}
27
27
[data-bs-theme = 'light' ] .form-control {
28
- background : rgba (255 255 255 / 50% );
28
+ background-color : rgba (255 255 255 / 50% );
29
29
}
30
30
31
31
[data-bs-theme = 'dark' ] .navbar ,
32
32
[data-bs-theme = 'dark' ] .footer {
33
33
backdrop-filter : blur (6px );
34
- background : rgba (0 0 0 / 50% ) !important ;
34
+ background-color : rgba (0 0 0 / 50% ) !important ;
35
35
}
36
36
[data-bs-theme = 'light' ] .navbar ,
37
37
[data-bs-theme = 'light' ] .footer {
38
38
backdrop-filter : blur (6px );
39
- background : rgba (255 255 255 / 50% ) !important ;
39
+ background-color : rgba (255 255 255 / 50% ) !important ;
40
40
}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h1 class="align-middle mb-0">{{ site.site_name }} {{ page.title }}</h1>
18
18
< form id ="uninstall-form ">
19
19
< input type ="hidden " value ="{{ site.discord_webhook }} " id ="discord-webhook " hidden ="hidden ">
20
20
21
- < select id ="app-list " class ="form-select form-select-lg mb-3 " aria-label ="Select Feedback Reason ">
21
+ < select id ="app-list " class ="form-select form-select-lg form-control mb-3 " aria-label ="Select Feedback Reason ">
22
22
< option value ="General Feedback " selected > Select an Application (Optional)</ option >
23
23
</ select >
24
24
You can’t perform that action at this time.
0 commit comments