mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Increase opacity for grey elements.
The message timestamp and a few settings elements looked off with the new 25% off white dark theme font color.
This commit is contained in:
		@@ -24,7 +24,7 @@ h3,
 | 
			
		||||
    .fa-question-circle-o {
 | 
			
		||||
        top: 1px;
 | 
			
		||||
        /* This should match .settings-info-icon. */
 | 
			
		||||
        opacity: 0.6;
 | 
			
		||||
        opacity: 0.7;
 | 
			
		||||
        position: relative;
 | 
			
		||||
 | 
			
		||||
        &:hover {
 | 
			
		||||
@@ -43,7 +43,7 @@ h3,
 | 
			
		||||
   fa-question-circle-o logic above. */
 | 
			
		||||
.settings-info-icon {
 | 
			
		||||
    padding-left: 3px;
 | 
			
		||||
    opacity: 0.6;
 | 
			
		||||
    opacity: 0.7;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
        opacity: 1;
 | 
			
		||||
 
 | 
			
		||||
@@ -981,7 +981,7 @@ td.pointer {
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    font-weight: normal;
 | 
			
		||||
    text-align: right;
 | 
			
		||||
    opacity: 0.6;
 | 
			
		||||
    opacity: 0.8;
 | 
			
		||||
    color: var(--color-text-default);
 | 
			
		||||
    font-feature-settings: "pnum" on, "lnum" on;
 | 
			
		||||
    letter-spacing: 0.02em;
 | 
			
		||||
@@ -996,7 +996,7 @@ td.pointer {
 | 
			
		||||
    display: block;
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    text-align: right;
 | 
			
		||||
    opacity: 0.6;
 | 
			
		||||
    opacity: 0.8;
 | 
			
		||||
    color: var(--color-text-default);
 | 
			
		||||
    animation: rotate 1s infinite linear;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user