This commit is contained in:
kdh0120 2020-12-28 07:06:30 +00:00
parent e77e1cb526
commit e3c4aa9f60
4 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@charset "utf-8";
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Rajdhani:300,400,500,600,700&display=swap&subset=korean');
@ -18,7 +18,7 @@ caption {display: none;}
a {background: transparent; cursor:pointer;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong, th {font-weight: 700;}
b, strong, th, td {font-weight: 400;}
dfn {font-style: italic;}
mark {background: #ff0; color: #000;}
small {font-size: 80%;}