File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -93,17 +93,13 @@ function themeAsset($path){
93
93
.reg {
94
94
background-color : #0085FF ;
95
95
border : 1px solid transparent ;
96
- }
97
- .reg a {
98
- color : #fff ;
96
+ color : #fff !important ;
99
97
}
100
98
101
99
.log {
102
100
background-color : #fefefe ;
103
101
border : 1px solid #000 ;
104
- }
105
- .log a {
106
- color : #333 ;
102
+ color : #333 !important ;
107
103
}
108
104
109
105
.btns {
@@ -170,14 +166,14 @@ function themeAsset($path){
170
166
<div class =" sign" style =" margin-top : 30px ; text-align : right ;" >
171
167
@if (Route:: has (' login' ) )
172
168
@auth
173
- < div class = " fadein btns log " >< a href =" {{ route (' studioIndex' ) } }" class =" underline spacing" >Studio</a ></div >
169
+ < a href =" {{ route (' studioIndex' ) } }" class =" underline spacing" >< div class = " fadein btns log " > Studio</div ></a >
174
170
@else
175
- < div class = " fadein btns log " >< a href =" {{ route (' login' ) } }" class =" underline spacing" >Log in</a ></div >
171
+ < a href =" {{ route (' login' ) } }" class =" fadein btns log " >< div class = " underline spacing" >Log in</div ></a >
176
172
177
173
@if (Route:: has (' register' ) and $page -> register == ' true' )
178
- < div class = " fadein btns reg " >< a href =" {{ route (' register' ) } }" class =" underline spacing" >Register</a ></div >
174
+ < a href =" {{ route (' register' ) } }" class =" fadein btns reg " >< div class = " underline spacing" >Register</div ></a >
179
175
@elseif (env (' REGISTER_OVERRIDE' ) === true )
180
- < div class = " fadein btns reg " >< a href =" {{ route (' register' ) } }" class =" underline spacing" >Register</a ></div >
176
+ < a href =" {{ route (' register' ) } }" class =" fadein btns reg " >< div class = " underline spacing" >Register</div ></a >
181
177
@endif
182
178
@endauth
183
179
@endif
You can’t perform that action at this time.
0 commit comments