urosevic icon

Twitter Bird Logo

urosevic | PRO | 07/25/23 01:16:42 PM UTC | 0 ⭐ | 5169 👁️ | Never ⏰ | [twitter, logo, bitd]
CSS |

220 B

|

Source Code

|

0 👍

/

0 👎

h1[role="heading"] > a[href="/home"] > div:after {
  content: "";
  font-size: 34px;
  color: rgb(255, 212, 0); /* CHange to your accent colour */
}
h1[role="heading"] > a[href="/home"] > div * {
  display: none;
}

Comments