Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 16, 2024
1 parent 9cc89cd commit b9fe137
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/canyon-platform/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
@tailwind components;
@tailwind utilities;

body {
font-family: Arial, Helvetica, sans-serif;
}
/*body {*/
/* font-family: Arial, Helvetica, sans-serif;*/
/*}*/

/*antd的样式*/

.ant-menu-light.ant-menu-root.ant-menu-vertical {
border-inline-end: none !important;
}
/*.ant-menu-light.ant-menu-root.ant-menu-vertical {*/
/* border-inline-end: none !important;*/
/*}*/


a {
color: #0071c2;
}
a:hover {
color: #0071c2;
opacity: 0.8;
text-decoration: underline;
}
/*a {*/
/* color: #0071c2;*/
/*}*/
/*a:hover {*/
/* color: #0071c2;*/
/* opacity: 0.8;*/
/* text-decoration: underline;*/
/*}*/



Expand Down

0 comments on commit b9fe137

Please sign in to comment.