Commit c905db46 authored by JOE Thunyathep S's avatar JOE Thunyathep S
Browse files

update

parent 71b5a2c4
Pipeline #2004 passed with stage
in 37 seconds
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
border-radius: 35px;
font-size: 24px;
line-height: 1.33;
}
.btn-circle {
width: 30px;
height: 30px;
padding: 6px 0px;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.42857;
}
.pre-style {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
::selection {
color: black;
background: #B4D5FE;
}
\ No newline at end of file
...@@ -2,9 +2,7 @@ body { ...@@ -2,9 +2,7 @@ body {
background: #212129; background: #212129;
} }
::selection {
background: #212129;
}
.search-wrapper { .search-wrapper {
position: relative; position: relative;
......
This diff is collapsed.
...@@ -44,3 +44,7 @@ body { ...@@ -44,3 +44,7 @@ body {
padding-bottom: 10px; padding-bottom: 10px;
} }
::selection {
color: black;
background: #B4D5FE;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment