Skip to content

Commit ab45a86

Browse files
authored
Small fixes (#183)
* Update version * Make left border consistant on Odds --------- Co-authored-by: John Derr <20563885+john-sp@users.noreply.github.com>
1 parent 13238bb commit ab45a86

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ enableMissingTranslationPlaceholders = true
6464
pagerSize = 10
6565

6666
[params]
67-
lc0version="v0.32.0"
67+
lc0version="v0.32.1"
6868
google_analytics_id="G-MC971PFSYE"
6969
math = false
7070

themes/leela/assets/css/additional/odds.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109

110110
.radio-card.selected {
111111
border-color: var(--color-border-active);
112-
/* Using border-active (Accent) for the thick left border to indicate selection clearly */
113-
border-left-width: 4px;
114112
background-color: var(--color-bg-secondary);
115113
}
116114

0 commit comments

Comments
 (0)