mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
updated docs for styling linklog options
This commit is contained in:
parent
860094feba
commit
8a0940503f
@ -55,7 +55,7 @@ standard_post_marker: "★ "
|
||||
To help distinguish them from standard posts, linked posts have a smaller font size in addition to the linklog marker. When an article is a linked post it is marked with the html5 attribute `data-linklog` to give you a hook to customize styles if you like. If you wanted to set a different color for linked post titles you could add this css to your `sass/custom/styles.scss`.
|
||||
|
||||
``` scss Customized linked post title
|
||||
article[data-linklog] .entry-title a {
|
||||
.linklog .entry-title a {
|
||||
color: lime;
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user