clone
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
/*
|
||||
Theme Name: Salient Child Theme
|
||||
Description: This is a custom child theme for Salient
|
||||
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
|
||||
Author: ThemeNectar
|
||||
Author URI: https://themeforest.net/user/themenectar
|
||||
Template: salient
|
||||
Version: 1.0
|
||||
*/
|
||||
|
||||
.img-with-animation,
|
||||
.featured-media-under-header__featured-media img,
|
||||
.wpb_video_wrapper .nectar-video-self-hosted,
|
||||
.portfolio-items .col .work-item.style-2 {
|
||||
border-radius: 20px !important;
|
||||
}
|
||||
|
||||
.meta-category .highlight {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.nectar-post-grid.layout-stacked .nectar-post-grid-item .inner {
|
||||
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
.vlp-link-container {
|
||||
background: #111 !important;
|
||||
border-radius: 20px !important;
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
border: 1px solid #222;
|
||||
}
|
||||
|
||||
code {
|
||||
padding: 5px;
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
border: 1px solid #222;
|
||||
border-radius: 5px;
|
||||
background: #111;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #111 !important;
|
||||
border-radius: 20px;
|
||||
margin: 20px 0;
|
||||
border: 1px solid #222;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: block;
|
||||
background: transparent;
|
||||
border: none;
|
||||
line-height: 1.33;
|
||||
}
|
||||
Reference in New Issue
Block a user