Skip to content

Commit

Permalink
rgb 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstrida committed Nov 1, 2024
1 parent 29018c7 commit 3767c9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _sass/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
color: $search-result-preview-color;
word-wrap: break-word;
border-left: $border;
border-left-color: rgb(#ffffff , 0.1);
border-left-color: #45424A;
@include fs-2;

@include mq(sm) {
Expand Down
8 changes: 4 additions & 4 deletions _sass/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
max-width: 100%;
margin-bottom: $sp-5;
overflow-x: auto;
border: rgba(#000000, 0.1) solid 1px;
border: #dddddd solid 1px;
}

table {
Expand All @@ -24,8 +24,8 @@ td {
min-width: 105px;
padding: $sp-2 $sp-3;
background-color: $table-background-color;
border-bottom: $border rgba(#000000, 0.1);
border-left: $border rgba(#000000, 0.1);
border-bottom: $border #dddddd;
border-left: $border #dddddd;

&:first-of-type {
border-left: 0;
Expand All @@ -50,7 +50,7 @@ tbody {

thead {
th {
border-bottom: $border rgba(#000000, 0.1);
border-bottom: $border #dddddd;
background-color: #f4f4f4;
}
}
Expand Down

0 comments on commit 3767c9f

Please sign in to comment.