PluginProbe
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO / 2.2.0
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO v2.2.0
2.6.0 2.5.0 2.4.0 2.3.0 2.2.0 2.1.1 2.1.0 2.0.2 2.0.1 2.0.0 1.32.0 1.31.0 1.30.0 1.29.0 1.28.0 1.27.0 1.26.0 1.25.0 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.10.0 1.11.0 All 47 releases
thinkrank / static / css / breadcrumbs.css

breadcrumbs.css in ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO 2.2.0, at static/css/breadcrumbs.css

35 lines 574 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * ThinkRank Breadcrumb Styles
3 *
4 * Frontend styles for breadcrumb navigation.
5 * This file lives in static/ to survive webpack builds.
6 *
7 * @package ThinkRank
8 * @since 1.0.0
9 */
10
11 .thinkrank-breadcrumbs {
12 padding: 0.75rem 0;
13 font-size: 0.875rem;
14 color: #666;
15 }
16
17 .thinkrank-breadcrumbs a {
18 color: #2271b1;
19 text-decoration: none;
20 }
21
22 .thinkrank-breadcrumbs a:hover {
23 text-decoration: underline;
24 }
25
26 .thinkrank-breadcrumbs .breadcrumb-current {
27 color: #1d2327;
28 font-weight: 500;
29 }
30
31 .thinkrank-breadcrumbs .breadcrumb-separator {
32 margin: 0 0.5rem;
33 color: #999;
34 }
35