File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/components/PortfolioNavigator Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -114,20 +114,22 @@ html[data-theme='dark'] .empty{
114
114
/* tile */
115
115
.tile {
116
116
/* --accent: #e2e8f0; */
117
- background : var (--panel );border : 1 px solid var ( --line ); border-radius : 10 px ;
118
- border : 1px solid var (--card-border , var (--ifm-color-emphasis-200 ));
117
+ background : var (--panel );
118
+ border : 1px solid var (--card-border , var (--ifm-color-emphasis-200 ));border-radius : 10 px ;
119
119
padding : 8px ;display : flex;flex-direction : column;box-shadow : var (--shadow );
120
120
cursor : pointer;position : relative;transition : transform .15s ease, box-shadow .15s ease;
121
121
box-shadow : var (--shadow ), inset 0 2px 0 var (--accent );
122
122
}
123
123
124
124
html [data-theme = 'dark' ] .tile {
125
125
/* --accent: #e2e8f0; */
126
- background : var (--ifm-background-surface-color );border : 1px solid var (--ifm-color-emphasis-200 );border-radius : 10px ;
126
+ background : var (--ifm-color-emphasis-100 );
127
+ border : 1px solid var (--ifm-color-emphasis-200 );border-radius : 10px ;
127
128
padding : 8px ;display : flex;flex-direction : column;box-shadow : var (--shadow );
128
129
cursor : pointer;position : relative;transition : transform .15s ease, box-shadow .15s ease;
129
130
box-shadow : var (--shadow ), inset 0 2px 0 var (--accent );
130
131
}
132
+
131
133
.tile : hover {
132
134
text-decoration : none;
133
135
box-shadow :
You can’t perform that action at this time.
0 commit comments