update static files
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user