Skip to content

Commit

Permalink
clean semantic css
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Mar 25, 2024
1 parent 1ca8f68 commit 57f84f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion next/components/connect/styled.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styled from "styled-components";
import { Modal } from "semantic-ui-react";
import { Modal } from "@osn/common-ui";
import {
p_14_normal,
p_16_semibold,
Expand Down
1 change: 0 additions & 1 deletion next/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Router from "next/router";

import "nprogress/nprogress.css";
import { store } from "../store";
import "semantic-ui-css/semantic.min.css";
import "../styles/globals.css";
import "react-mde/lib/styles/css/react-mde-all.css";
import "@osn/common-ui/styles/index.css";
Expand Down
5 changes: 0 additions & 5 deletions next/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ body {
"WenQuanYi Micro Hei", sans-serif;
}

html *,
body * {
font-family: unset;
}

a {
color: inherit;
text-decoration: none;
Expand Down

0 comments on commit 57f84f6

Please sign in to comment.