Skip to content

Commit 1bb3a50

Browse files
committed
update style
1 parent 9bc7186 commit 1bb3a50

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

leaderboards/codemmlu/index.html

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
#notes {
50-
font-size: 1em;
50+
font-size: 0.75em;
5151
}
5252

5353
#notes h3 {
@@ -77,7 +77,7 @@
7777
}
7878

7979
#content {
80-
width: 100%;
80+
width: 75%;
8181
}
8282

8383
h1 {
@@ -96,6 +96,40 @@
9696
font-size: medium;
9797
}
9898
}
99+
/* Add this to your existing <style> section */
100+
.btn-group-lg > .btn, .btn-lg {
101+
padding: 0.5rem 1rem;
102+
font-size: 1.25rem;
103+
border-radius: 0.3rem;
104+
}
105+
106+
.btn-outline-hard {
107+
color: #ff6b6b;
108+
border: 2px solid #ff6b6b;
109+
background-color: transparent;
110+
}
111+
112+
.btn-outline-hard:hover,
113+
.btn-check:checked + .btn-outline-hard,
114+
.btn-outline-hard:active {
115+
color: #fff;
116+
background-color: #ff6b6b !important;
117+
border-color: #ff6b6b;
118+
}
119+
120+
.btn-outline-full {
121+
color: #4ecdc4;
122+
border: 2px solid #4ecdc4;
123+
background-color: transparent;
124+
}
125+
126+
.btn-outline-full:hover,
127+
.btn-check:checked + .btn-outline-full,
128+
.btn-outline-full:active {
129+
color: #fff;
130+
background-color: #4ecdc4 !important;
131+
border-color: #4ecdc4;
132+
}
99133
</style>
100134
</head>
101135

0 commit comments

Comments
 (0)