update static files
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#single .page-content a {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
#single .page-content a::after {
|
||||
|
||||
@@ -4,7 +4,7 @@ footer a h5 {
|
||||
|
||||
footer a {
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--text-secondary-color) !important;
|
||||
}
|
||||
|
||||
footer a:hover {
|
||||
@@ -35,7 +35,7 @@ footer .card-footer {
|
||||
}
|
||||
|
||||
footer .card-footer a {
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--text-secondary-color) !important;
|
||||
border-color: var(--primary-color) !important;
|
||||
transition: none;
|
||||
background-color: var(--background-color) !important;
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
.viewer-enabled-image {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
@@ -34,7 +34,6 @@ header .navbar .navbar-nav a {
|
||||
.navbar-text {
|
||||
font-size: 16px !important;
|
||||
opacity: 0.95;
|
||||
white-space: nowrap;
|
||||
}
|
||||
header .nav-link{
|
||||
transition: none !important;
|
||||
@@ -46,10 +45,6 @@ header .nav-link{
|
||||
.navbar .nav-link:hover {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
.nav-link.nav-link-sep:after {
|
||||
content: "|";
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
li > .dropdown-toggle:focus{
|
||||
color: var(--primary-color) !important;
|
||||
@@ -70,10 +65,6 @@ li > .dropdown-toggle:focus{
|
||||
background-color: var(--secondary-color) !important;
|
||||
}
|
||||
|
||||
.dropdown-divider {
|
||||
border-top: 1px solid var(--lt-color-border-dark);
|
||||
}
|
||||
|
||||
#search {
|
||||
border-radius: 1rem !important;
|
||||
background-color: var(--secondary-color);
|
||||
|
||||
@@ -71,7 +71,7 @@ header .navbar.animate {
|
||||
/* hero */
|
||||
|
||||
#hero {
|
||||
min-height: 100vh;
|
||||
min-height: 50vh;
|
||||
line-height: 2rem;
|
||||
max-width: 100%;
|
||||
}
|
||||
@@ -175,7 +175,7 @@ header .navbar.animate {
|
||||
#hero .hero-content > a {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
#hero .hero-content > a::after {
|
||||
@@ -243,7 +243,7 @@ header .navbar.animate {
|
||||
#about a {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
#about a::after {
|
||||
@@ -322,7 +322,7 @@ header .navbar.animate {
|
||||
opacity: 0.9;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
#experience a::after {
|
||||
@@ -432,7 +432,7 @@ header .navbar.animate {
|
||||
}
|
||||
|
||||
#education .card .card-body .education-content a {
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
text-decoration: none;
|
||||
opacity: 0.9;
|
||||
}
|
||||
@@ -440,7 +440,7 @@ header .navbar.animate {
|
||||
#education .card .card-body > a h6 {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
#education .card .card-body > a h6::after {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#projects a {
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
#projects .badge {
|
||||
|
||||
+58
-24
@@ -23,17 +23,26 @@
|
||||
box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
|
||||
margin-bottom: 1rem;
|
||||
background-color: var(--secondary-color);
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
#single .page-content img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
#single .page-content img,
|
||||
#single .featured-image img {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#single .page-content a {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
#single .page-content a::after {
|
||||
@@ -52,7 +61,7 @@
|
||||
}
|
||||
|
||||
#single .page-content h1, #single .page-content h2, #single .page-content h3, #single .page-content h4, #single .page-content h5, #single .page-content h6 {
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color) !important;
|
||||
margin-bottom: 0.7em;
|
||||
opacity: 0.9;
|
||||
}
|
||||
@@ -80,7 +89,9 @@
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
opacity: 0.8;
|
||||
border-collapse: collapse;
|
||||
border: 2px solid rgba(255, 255, 255, 0.2);
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
|
||||
#single .page-content table > tr {
|
||||
@@ -89,21 +100,36 @@
|
||||
|
||||
#single .page-content table > thead > tr > th {
|
||||
padding: 0.5rem !important;
|
||||
background-color: var(--primary-color) !important;
|
||||
color: var(--secondary-color) !important;
|
||||
border: 1px solid var(--secondary-color);
|
||||
opacity: 0.9;
|
||||
}
|
||||
#single .page-content table > tbody > tr > td {
|
||||
padding: 0.5rem !important;
|
||||
border: 1px solid var(--secondary-color);
|
||||
background-color: var(--secondary-color) !important;
|
||||
opacity: 0.9;
|
||||
background-color: #2d3748 !important;
|
||||
color: #f0f0f0 !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.3);
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.85em;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
#single .page-content table > thead > tr {
|
||||
background-color: var(--secondary-color) !important;
|
||||
color: var(--secondary-color) !important;
|
||||
#single .page-content table > tbody > tr > td {
|
||||
padding: 0.5rem !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
background-color: #1a1a1a !important;
|
||||
color: #e0e0e0 !important;
|
||||
}
|
||||
|
||||
#single .page-content table > tbody > tr:nth-child(even) > td {
|
||||
background-color: #242424 !important;
|
||||
}
|
||||
|
||||
#single .page-content table > tbody > tr:hover > td {
|
||||
background-color: #2d3748 !important;
|
||||
color: #ffffff !important;
|
||||
border-color: rgba(255, 255, 255, 0.3);
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
#single .page-content table > tbody > tr:focus-within > td {
|
||||
outline: 2px solid var(--primary-color);
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
/* code */
|
||||
@@ -123,7 +149,8 @@
|
||||
}
|
||||
|
||||
#single .page-content code {
|
||||
color: var(--primary-color) !important;
|
||||
color: #9ca3af !important;
|
||||
background-color: rgba(176, 179, 184, 0.1) !important;
|
||||
}
|
||||
|
||||
/* kbd and mark */
|
||||
@@ -166,8 +193,8 @@
|
||||
}
|
||||
|
||||
#single .sticky-sidebar ::-webkit-scrollbar {
|
||||
height: 0px;
|
||||
width: 8px;
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
@@ -188,7 +215,7 @@
|
||||
border-radius: 10px;
|
||||
background-color: var(--background-color);
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
#single aside.tags ul.tags-ul li {
|
||||
@@ -223,7 +250,7 @@
|
||||
#single aside.toc .toc-content ol li a, #single aside.toc .toc-content ul li a {
|
||||
font-size: 16px;
|
||||
text-decoration: none;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--text-color);
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
@@ -261,7 +288,7 @@
|
||||
#single aside.social .social-content ul li a {
|
||||
border: 1px solid var(--primary-color);
|
||||
padding: .7rem;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--text-color);
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -273,7 +300,7 @@
|
||||
|
||||
#single aside.social .social-content ul li:hover a {
|
||||
opacity: .8;
|
||||
color: var(--text-link-color) !important;
|
||||
color: var(--primary-color);
|
||||
}
|
||||
|
||||
/* Top scroll */
|
||||
@@ -319,4 +346,11 @@
|
||||
transition: width .2s;
|
||||
}
|
||||
|
||||
/* Singlepage scroll progress end */
|
||||
/* Singlepage scroll progress end */
|
||||
|
||||
.icon svg {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
fill: currentColor;
|
||||
vertical-align: -0.125em;
|
||||
}
|
||||
|
||||
@@ -4,25 +4,16 @@
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
|
||||
.light > #footer-socialNetworks-github-svg-path{
|
||||
fill: none;
|
||||
}
|
||||
|
||||
/* dark mode */
|
||||
.dark {
|
||||
--background-color: var(--background-color-dark) !important;
|
||||
--secondary-background-color: var(--secondary-background-color-dark) !important;
|
||||
--text-color: var(--text-color-dark) !important;
|
||||
--text-secondary-color: var(--text-secondary-color-dark) !important;
|
||||
--text-link-color: var(--text-link-color-dark) !important;
|
||||
--primary-color: var(--primary-color-dark);
|
||||
--secondary-color: var(--secondary-color-dark);
|
||||
}
|
||||
|
||||
.dark #footer-socialNetworks-github-svg-path{
|
||||
fill: #FFFFFF;
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
color: var(--text-secondary-color) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user