mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: change Bing style of picture
This commit is contained in:
parent
9527a9da92
commit
f24911a040
1 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*-----------------------------------------------------------------------------------
|
/*-----------------------------------------------------------------------------------
|
||||||
|
|
||||||
Template Name: Aiden - Creative Portfolio HTML5 Template
|
Template Name: Aiden - Creative Portfolio HTML5 Template
|
||||||
|
|
@ -37,14 +37,14 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Josefin Sans", sans-serif;
|
||||||
font-size: 15px;
|
font-size: 18px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
position: relative;
|
position: relative;
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
background: #090A1A;
|
background: #f5feff;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
@ -241,7 +241,7 @@ p, li, span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
color: #242B58;
|
color: rgb(0 123 255 / 25%);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
@ -263,7 +263,7 @@ p, li, span {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
background: #12152F;
|
background: #b8dee094;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
.section-heading__left h2 {
|
.section-heading__left h2 {
|
||||||
|
|
@ -2188,7 +2188,7 @@ input.form-control-sm {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #ffffff;
|
color: #12152f;
|
||||||
padding-left: 65px;
|
padding-left: 65px;
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
}
|
}
|
||||||
|
|
@ -2303,18 +2303,18 @@ input.form-control-sm {
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-content h6 {
|
.about-content h6 {
|
||||||
color: #ffffff;
|
color: #12152f;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.about-content h2 {
|
.about-content h2 {
|
||||||
color: #ffffff;
|
color: #12152f;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
.about-content p {
|
.about-content p {
|
||||||
color: #B0B0B2;
|
color: #12152f;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3523,7 +3523,7 @@ input.form-control-sm {
|
||||||
|
|
||||||
/*Footer css*/
|
/*Footer css*/
|
||||||
.site-footer {
|
.site-footer {
|
||||||
border-top: 1px solid #1B2044;
|
border-top: 1px solid #007bff;
|
||||||
padding: 30px 0px;
|
padding: 30px 0px;
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
|
@ -3542,7 +3542,7 @@ input.form-control-sm {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.copyright-text p {
|
.copyright-text p {
|
||||||
color: #B0B0B2;
|
color: #17a2b8;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*# sourceMappingURL=style.css.map */
|
/*# sourceMappingURL=style.css.map */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue